chore: update alpine base images (#5015)

This commit is contained in:
Jonathan Lopez Torres
2023-08-23 06:53:31 -05:00
committed by GitHub
parent ef70d20766
commit 9de360623a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.2
FROM alpine:3.18.3
RUN apk --no-cache add ca-certificates git
COPY trivy /usr/local/bin/trivy
COPY contrib/*.tpl contrib/

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.2
FROM alpine:3.18.3
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser