Skip to content

Commit

Permalink
Fix alpine version to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Aug 11, 2023
1 parent fadd749 commit 56e8fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.aws
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.18
LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>"

ADD build/output/linux/aws/cli/snowbridge /root/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.main
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.18
LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>"

ADD build/output/linux/main/cli/snowbridge /root/
Expand Down

0 comments on commit 56e8fee

Please sign in to comment.