File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22FROM node:24-alpine AS nodebuilder
33
44#pobieranie nowej wersji pakietu
5- # RUN apk add --update --no-cache stdlib
5+ RUN apk add --update --no-cache pkg:golang/ stdlib@1.23.8
66
77# RUN go install github.com/x/y@latest \
88# && cp $GOPATH/bin/package /usr/local/bin/
99
1010
1111# Zainstaluj Go
12- ENV GOLANG_VERSION=1.23.8
13- RUN wget https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
14- tar -C /usr/local -xzf go${GOLANG_VERSION}.linux-amd64.tar.gz && \
15- rm go${GOLANG_VERSION}.linux-amd64.tar.gz
12+ # ENV GOLANG_VERSION=1.23.8
13+ # RUN wget https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
14+ # tar -C /usr/local -xzf go${GOLANG_VERSION}.linux-amd64.tar.gz && \
15+ # rm go${GOLANG_VERSION}.linux-amd64.tar.gz
1616
1717# Ustaw zmienne środowiskowe
1818ENV PATH="/usr/local/go/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments