Skip to content

Commit

Permalink
update release docker in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Sep 26, 2024
1 parent a81d8b6 commit 1b175eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/src/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN curl https://pyenv.run | bash && \

# Install a Go version >= 1.16 so we can bootstrap higher
# Go versions
RUN wget https://golang.org/dl/go1.17.linux-amd64.tar.gz && \
tar -zxvf go1.17.linux-amd64.tar.gz -C /usr/local/ && \
RUN wget https://golang.org/dl/go1.23.1.linux-amd64.tar.gz && \
tar -zxvf go1.23.1.linux-amd64.tar.gz -C /usr/local/ && \
echo "export PATH=/usr/local/go/bin:${PATH}" | tee /etc/profile.d/go.sh && \
chmod a+x "/etc/profile.d/go.sh" && \
source "/etc/profile.d/go.sh"
Expand Down

0 comments on commit 1b175eb

Please sign in to comment.