Skip to content

Commit

Permalink
Merge pull request #7 from danielsogl/patch-1
Browse files Browse the repository at this point in the history
fix: set alpine version to 3.19 to allow aws-cli installation
  • Loading branch information
youyo authored Jul 1, 2024
2 parents e9898bf + e249edb commit a167c3a
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
FROM alpine:3.19

RUN apk --update --no-cache add git aws-cli

Expand Down

0 comments on commit a167c3a

Please sign in to comment.