Skip to content

Commit

Permalink
update import_sstpb and fix go & rust docker image build
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <[email protected]>
  • Loading branch information
lance6716 committed Feb 20, 2024
1 parent a554af8 commit bbe58d6
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 378 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update --yes \
&& apt-get install --yes curl unzip \
&& rm -rf /var/lib/apt/lists/*

ENV GO_VERSION "1.18.2"
ENV GO_VERSION "1.21.7"
RUN rm -rf /usr/local/go \
&& curl -O https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz \
&& tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz \
Expand Down
Loading

0 comments on commit bbe58d6

Please sign in to comment.