Skip to content

Commit

Permalink
chore: upgrade go to v1.21.6 due to vuls (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Feb 7, 2024
1 parent ff5d590 commit 1f652f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
jq \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.21.0 /usr/local/go /usr/local/go
COPY --from=golang:1.21.6 /usr/local/go /usr/local/go
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps.slim
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
jq \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.21.0 /usr/local/go /usr/local/go
COPY --from=golang:1.21.6 /usr/local/go /usr/local/go
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH

0 comments on commit 1f652f0

Please sign in to comment.