Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 2m8s

This commit is contained in:
2024-12-14 17:29:21 +00:00
parent 04290b132b
commit b60e0beda6

View File

@@ -3,5 +3,5 @@ ENV VERSION="1.21.4"
ENV ARCH="amd64" ENV ARCH="amd64"
RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz" RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"
RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz" RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz"
#RUN chown -R root:root ./go RUN sudo chown -R root:root ./go
RUN mv -v go /usr/local RUN sudo mv -v go /usr/local