From ffae1d46c394cc414092a4275e1c5c1de00c2504 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Mar 2022 00:14:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2359255 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2384928 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2403510 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2403512 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2406127 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23091c2..68583ee 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-bullseye RUN apt-get update RUN apt-get install build-essential curl unzip sudo -y RUN apt-get install python3-pip -y