mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 14:50:53 -08:00
chore(deps): Upgrade Alpine to 3.16.2 to fix zlib issue (#2741)
This commit is contained in:
committed by
GitHub
parent
3cd10b2358
commit
9c1ce5afe8
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.16.1
|
FROM alpine:3.16.2
|
||||||
RUN apk --no-cache add ca-certificates git
|
RUN apk --no-cache add ca-certificates git
|
||||||
COPY trivy /usr/local/bin/trivy
|
COPY trivy /usr/local/bin/trivy
|
||||||
COPY contrib/*.tpl contrib/
|
COPY contrib/*.tpl contrib/
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.16.1
|
FROM alpine:3.16.2
|
||||||
RUN apk --no-cache add ca-certificates git
|
RUN apk --no-cache add ca-certificates git
|
||||||
|
|
||||||
# binaries were created with GoReleaser
|
# binaries were created with GoReleaser
|
||||||
|
|||||||
Reference in New Issue
Block a user