We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3078bbe commit dad90e5Copy full SHA for dad90e5
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.20 AS build
+FROM --platform=$BUILDPLATFORM golang:1.23.4-alpine3.21 AS build
3
WORKDIR /application
4
COPY . ./
5
ARG TARGETOS
0 commit comments