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