Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Sep 17, 2023
1 parent ffbad85 commit 136ea2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM crazymax/xgo:1.19.2
RUN curl https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz -o go.linux-amd64.tar.gz
RUN curl https://dl.google.com/go/go1.21.1.linux-amd64.tar.gz -o go.linux-amd64.tar.gz
RUN rm -rf /usr/local/go || true
RUN tar -zxvf go.linux-amd64.tar.gz -C /usr/local
RUN rm -rf ./go.linux-amd64.tar.gz

# docker build -t localhost/crazymax/xgo:1.21.0 .
# docker build -t localhost/crazymax/xgo:1.21.1 .

0 comments on commit 136ea2f

Please sign in to comment.