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,16 +57,16 @@ RUN \
57
57
libsqlite3-0 \
58
58
&& rm -rf /var/lib/apt/lists/*
59
59
60
- ARG GOLANG_VERSION=1.24.3
60
+ ARG GOLANG_VERSION=1.24.4
61
61
{{- if eq .FIPS "true"}}
62
62
ARG SECURITY_VERSION=-1
63
63
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-arm64.tar.gz
64
64
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
65
- ARG MSFT_DOWNLOAD_SHA256=6d4232da7ca7d2bd19e0b6b69524448de8e5480f49e5d39f7a5507cef682a9ea
65
+ ARG MSFT_DOWNLOAD_SHA256=44b769dd398f8fc5f381812c2eb323b4bc6cb11010d59efdba3244184e29b3fd
66
66
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
67
67
{{- else}}
68
68
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-arm64.tar.gz
69
- ARG GOLANG_DOWNLOAD_SHA256=a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836
69
+ ARG GOLANG_DOWNLOAD_SHA256=d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241
70
70
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
71
71
{{- end}}
72
72
Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -y --no-install-recommend
31
31
RUN ln -s /usr/bin/pip3 /usr/bin/pip
32
32
{{- end }}
33
33
34
- ARG GOLANG_VERSION=1.24.3
34
+ ARG GOLANG_VERSION=1.24.4
35
35
{{- if eq .FIPS "true"}}
36
36
ARG SECURITY_VERSION=-1
37
37
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-amd64.tar.gz
38
38
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
39
- ARG MSFT_DOWNLOAD_SHA256=d1e9e4465951816b556f648dfebc1cf20fdef4832d7d3f01f1ef35a259375286
39
+ ARG MSFT_DOWNLOAD_SHA256=f21ddf7c3b029cf67615f6b2ca68e5aa83a50b2e2ea5952a5ea7bf9fa17e3358
40
40
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
41
41
{{- else}}
42
42
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
43
- ARG GOLANG_DOWNLOAD_SHA256=3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
43
+ ARG GOLANG_DOWNLOAD_SHA256=77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717
44
44
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
45
45
{{- end }}
46
46
You can’t perform that action at this time.
0 commit comments