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 2e69139 commit 2962745Copy full SHA for 2962745
build/package/Dockerfile
@@ -1,5 +1,5 @@
1
# Build the source binary
2
-FROM golang:1.23-alpine AS builder
+FROM golang:1.25-alpine AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
25
go generate ./... \
26
&& GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-s -w -X github.com/overmindtech/aws-source/tracing.ServiceVersion=$(git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)" -trimpath -o source main.go
27
28
-FROM alpine:3.21
+FROM alpine:3.22
29
WORKDIR /
30
COPY --from=builder /workspace/source .
31
USER 65534:65534
0 commit comments