File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,5 +163,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
163
163
jq \
164
164
apt-transport-https && \
165
165
rm -rf /var/lib/apt/lists/*
166
- COPY --from=golang:1.22.1 /usr/local/go /usr/local/go
166
+ COPY --from=golang:1.22.4 /usr/local/go /usr/local/go
167
167
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH
Original file line number Diff line number Diff line change @@ -104,5 +104,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
104
104
jq \
105
105
apt-transport-https && \
106
106
rm -rf /var/lib/apt/lists/*
107
- COPY --from =golang:1.22.1 /usr/local/go /usr/local/go
107
+ COPY --from =golang:1.22.4 /usr/local/go /usr/local/go
108
108
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH
You can’t perform that action at this time.
0 commit comments