We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35a7f8f + 941a9b0 commit 515591cCopy full SHA for 515591c
1 file changed
Dockerfile
@@ -6,8 +6,8 @@ RUN apt-get update && \
6
apt-get install -y unzip build-essential git wget libbrotli-dev postgresql-server-dev-$PG_MAJOR
7
8
# Install Golang
9
-RUN wget https://go.dev/dl/go1.19.1.linux-amd64.tar.gz && \
10
- tar -C /usr/local -xzf go1.19.1.linux-amd64.tar.gz
+RUN wget https://go.dev/dl/go1.25.6.linux-amd64.tar.gz && \
+ tar -C /usr/local -xzf go1.25.6.linux-amd64.tar.gz
11
12
ENV PATH=$PATH:/usr/local/go/bin
13
RUN go version
0 commit comments