Skip to content

Commit

Permalink
pin base image to 3.19.1 alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Mar 2, 2024
1 parent eaa12cc commit 53da800
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 @@ -26,7 +26,7 @@ RUN go test ./...
####################

# Start a new stage from scratch
FROM alpine
FROM alpine:3.19.1

# Install Redis
# hadolint ignore=DL3018
Expand Down

0 comments on commit 53da800

Please sign in to comment.