Skip to content

Commit 2962745

Browse files
chore(deps): update docker images
1 parent 2e69139 commit 2962745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the source binary
2-
FROM golang:1.23-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
2525
go generate ./... \
2626
&& 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
2727

28-
FROM alpine:3.21
28+
FROM alpine:3.22
2929
WORKDIR /
3030
COPY --from=builder /workspace/source .
3131
USER 65534:65534

0 commit comments

Comments
 (0)