File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ RUN \
5757 libsqlite3-0 \
5858 && rm -rf /var/lib/apt/lists/*
5959
60- ARG GOLANG_VERSION=1.23.9
60+ ARG GOLANG_VERSION=1.23.10
6161{{- if eq .FIPS "true"}}
6262ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-arm64.tar.gz
6363# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
64- ARG MSFT_DOWNLOAD_SHA256=7e80b5b640a6bb14035c8c546ca35abae278b7b5f47b3c8bf30aacb965fc39ad
64+ ARG MSFT_DOWNLOAD_SHA256=901f023a7ad01b743f4f1f7c6e5dd12c03c2aaaebedd70f7eef415caae79510d
6565ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
6666{{- else}}
6767ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-arm64.tar.gz
68- ARG GOLANG_DOWNLOAD_SHA256=3dc4dd64bdb0275e3ec65a55ecfc2597009c7c46a1b256eefab2f2172a53a602
68+ ARG GOLANG_DOWNLOAD_SHA256=bfb1f1df7173f44648ee070a39ab0481068632f595305a699d89cd56a33b8081
6969ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
7070{{- end}}
7171
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -y --no-install-recommend
3131RUN ln -s /usr/bin/pip3 /usr/bin/pip
3232{{- end }}
3333
34- ARG GOLANG_VERSION=1.23.9
34+ ARG GOLANG_VERSION=1.23.10
3535{{- if eq .FIPS "true"}}
3636ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-amd64.tar.gz
3737# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
38- ARG MSFT_DOWNLOAD_SHA256=22b9d1a5d4cab9068f424b3c7b3a8169165f8a995a44c5b30f29b77d1c24b560
38+ ARG MSFT_DOWNLOAD_SHA256=c4ee22c0de9fd2ff2c0d0d1a446e5aac75c9e3a3bfdc16e25e32d2461c5347ed
3939ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4040{{- else}}
4141ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
42- ARG GOLANG_DOWNLOAD_SHA256=de03e45d7a076c06baaa9618d42b3b6a0561125b87f6041c6397680a71e5bb26
42+ ARG GOLANG_DOWNLOAD_SHA256=535f9f81802499f2a7dbfa70abb8fda3793725fcc29460f719815f6e10b5fd60
4343ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4444{{- end }}
4545
You can’t perform that action at this time.
0 commit comments