Dockerfile aktualisiert
Some checks failed
release-tag / release-image (push) Failing after 29s

This commit is contained in:
2024-12-14 17:28:17 +00:00
parent e77071438e
commit 04290b132b

View File

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