chore(deps): bump alpine from 3.17.0 to 3.17.1 (#3522)

This commit is contained in:
dependabot[bot]
2023-02-03 04:21:25 +02:00
committed by GitHub
parent 4bccbe6e1c
commit a533ca87e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.17.0
FROM alpine:3.17.1
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.17.0
FROM alpine:3.17.1
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser