Skip to content

Commit

Permalink
Merge pull request #4 from ducktors/update-alpine-on-dockerimage
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
matteovivona authored Aug 27, 2024
2 parents 5625a52 + 1e1c19d commit 44cc9d3
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,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.20.2

RUN apk add --no-cache bash
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit 44cc9d3

Please sign in to comment.