Skip to content

Commit b474ff5

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410
1 parent a4b0f7e commit b474ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM tenable/terrascan:1.17.0 as terrascan
33

44
# Base Image
5-
FROM alpine:3.16
5+
FROM alpine:3.20.3
66

77
RUN apk update && \
88
apk add --no-cache git openssh

0 commit comments

Comments
 (0)