Skip to content

Commit

Permalink
Bump alpine version to 3.18.5 (close #298)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Dec 1, 2023
1 parent 0390489 commit 7cb5dbf
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:3.18.4
FROM alpine:3.18.5
LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>"

ADD build/output/linux/aws/cli/snowbridge /opt/snowplow/
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:3.18.4
FROM alpine:3.18.5
LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>"

ADD build/output/linux/main/cli/snowbridge /opt/snowplow/
Expand Down

0 comments on commit 7cb5dbf

Please sign in to comment.