Skip to content

Commit

Permalink
patching issue 344 vulnerabilities including GHSA-m425-mq94-257g
Browse files Browse the repository at this point in the history
Signed-off-by: cschp <[email protected]>
  • Loading branch information
cschp authored and poiana committed Nov 10, 2023
1 parent f547c49 commit ce1f9a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ RUN CGO_ENABLED=0 \

RUN echo ${RELEASE}

FROM alpine:3.18.3
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
RUN rm -rf /var/cache/apk/*

ARG BIN_NAME="falcoctl"
Expand Down

0 comments on commit ce1f9a8

Please sign in to comment.