Skip to content

Commit

Permalink
Bump openssl from base docker image to 3.1.4-r1 (close #298)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Nov 30, 2023
1 parent 0390489 commit 493353a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.aws
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>

ADD build/output/linux/aws/cli/snowbridge /opt/snowplow/

RUN apk update && apk add --no-cache openssl=3.1.4-r1

RUN adduser -D snowplow
USER snowplow

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.main
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ LABEL org.opencontainers.image.authors="Snowplow Analytics <[email protected]>

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

RUN apk update && apk add --no-cache openssl=3.1.4-r1

RUN adduser -D snowplow
USER snowplow

Expand Down

0 comments on commit 493353a

Please sign in to comment.