Skip to content

Commit

Permalink
update to remove hardcoded versions from libssl and librcrypto3
Browse files Browse the repository at this point in the history
Signed-off-by: cschp <[email protected]>

Signed-off-by: cschp <[email protected]>
  • Loading branch information
cschp authored and poiana committed Nov 10, 2023
1 parent ce1f9a8 commit cdccbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN echo ${RELEASE}
FROM alpine:3.18.4

RUN apk update --no-cache && \
apk add --upgrade --no-cache libssl3=3.1.4-r0 libcrypto3=3.1.4-r0
apk add --upgrade --no-cache libssl3 libcrypto3
RUN rm -rf /var/cache/apk/*

ARG BIN_NAME="falcoctl"
Expand Down

0 comments on commit cdccbeb

Please sign in to comment.