We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b5397 commit e8794beCopy full SHA for e8794be
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine3.21 AS build
+FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.21 AS build
3
WORKDIR /application
4
COPY . ./
5
ARG TARGETOS
0 commit comments