Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
archlitchi authored Sep 18, 2024
1 parent c1a71bf commit decc4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE AS build
RUN apt update -y && apt install -y gcc make wget software-properties-common
RUN add-apt-repository ppa:longsleep/golang-backports
RUN apt update
RUN apt install -y golang1.22-go
RUN apt install -y golang-1.22
#ARG GO_VERSION=1.22.5
#RUN wget https://golang.google.cn/dl/go$GO_VERSION.linux-arm64.tar.gz
#RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go$GO_VERSION.linux-arm64.tar.gz
Expand Down

0 comments on commit decc4a1

Please sign in to comment.