Skip to content

Commit 5ec32c6

Browse files
committed
fix: build/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 bd6d393 commit 5ec32c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=${CGO_ENABLED_VAL} go build -v -ldflags "-w -s -X google.golang.
1818

1919

2020
# -------- prod stage -------- #
21-
FROM alpine:3.16
21+
FROM alpine:3.20.3
2222

2323
# create non root user
2424
RUN addgroup --gid 101 terrascan && \

0 commit comments

Comments
 (0)