From 2027eaa34ae757dd8d456f551d8be72d9c40003f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 09:25:48 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac8efb8..32502d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # docker build . # docker tag xxxx cs3org/cs3apis:latest # docker push cs3org/cs3apis -FROM golang +FROM golang:1.22.5 RUN apt-get update RUN apt-get install build-essential curl unzip sudo -y RUN apt-get install python3-pip python3-full -y