We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845d3be commit 1043ce2Copy full SHA for 1043ce2
Dockerfile
@@ -2,7 +2,7 @@
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq
3
4
# Go builder.
5
-FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine3.21 AS builder
+FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.24-alpine3.21 AS builder
6
7
ARG appVersion=latest
8
RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev
0 commit comments