From 646fd798c8f3e7b903754e3d167b362db2ae2e8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Jun 2025 08:45:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3777d7207ad..9462e5ac2cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY --from=generate /ocis /ocis WORKDIR /ocis/ocis RUN make ci-go-generate build -FROM alpine:3.17 +FROM alpine:3.22.0 RUN apk add --no-cache ca-certificates mailcap tree attr curl && \ echo 'hosts: files dns' >| /etc/nsswitch.conf