Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Update alpine Docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent faa1f63 commit 52c0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN go build -o server-alpha ./cmd/server

## Serve only the compiled binary in the second stage
FROM alpine:3.19.0 AS serve
FROM alpine:3.19.1 AS serve

# Add a non-root user and group
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
Expand Down

0 comments on commit 52c0a8f

Please sign in to comment.