-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump openssl from base docker image to 3.1.4-r1 (close #298)
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|