Skip to content

Commit

Permalink
Upgrade libcrypto
Browse files Browse the repository at this point in the history
To avoid a vulnerability reported by Trivy

#patch
  • Loading branch information
gregtyler committed Oct 26, 2023
1 parent af56845 commit 7f408e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /go/

FROM alpine:3

RUN apk upgrade libssl3
RUN apk upgrade libssl3 libcrypto3

COPY --from=build-env /go/bin/main /var/task/main

Expand Down

0 comments on commit 7f408e0

Please sign in to comment.