Skip to content

Commit

Permalink
[docker] Bump alpine from 3.20 to 3.21 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 889c6a1 commit a8a339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
CGO_ENABLED=0 GOARCH=$TARGETARCH go build -o /usr/local/bin/app cmd/main.go

# Stage 2: Create a minimal production image
FROM alpine:3.20 AS final
FROM alpine:3.21 AS final

# Install necessary packages
RUN --mount=type=cache,target=/var/cache/apk \
Expand Down

0 comments on commit a8a339a

Please sign in to comment.