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 b174c05 commit 8f15c07Copy full SHA for 8f15c07
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21 AS build
+FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine3.21 AS build
3
WORKDIR /application
4
COPY . ./
5
ARG TARGETOS
0 commit comments