Skip to content

Commit

Permalink
Remove alpine minor version
Browse files Browse the repository at this point in the history
Otherwise we will be stuck on the old (and now vulnerable) version. 
This way, it should use the latest tag when you make a new release build.
  • Loading branch information
mejlholm authored Apr 21, 2022
1 parent af676db commit bbc884e
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
@@ -1,5 +1,5 @@
# A minimal base image
FROM alpine:3.15.0
FROM alpine:3.15

# Install the Docker CLI.
RUN apk add --no-cache docker-cli
Expand Down

0 comments on commit bbc884e

Please sign in to comment.