Skip to content

Commit deaf55a

Browse files
chore: Update go version 1.24.2-2
Made with ❤️️ by updatecli
1 parent bef503d commit deaf55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/base-arm/Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN \
5959

6060
ARG GOLANG_VERSION=1.24.2
6161
{{- if eq .FIPS "true"}}
62-
ARG SECURITY_VERSION=-1
62+
ARG SECURITY_VERSION=-2
6363
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-arm64.tar.gz
6464
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
6565
ARG MSFT_DOWNLOAD_SHA256=26531b0ff1add9922b05b0dc8535dce5a9ca09517b6320d21d0dd77dc7f1f536

go/base/Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN ln -s /usr/bin/pip3 /usr/bin/pip
3333

3434
ARG GOLANG_VERSION=1.24.2
3535
{{- if eq .FIPS "true"}}
36-
ARG SECURITY_VERSION=-1
36+
ARG SECURITY_VERSION=-2
3737
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-amd64.tar.gz
3838
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
3939
ARG MSFT_DOWNLOAD_SHA256=7844f426e83fb66b3d109357214abcb7cce4ed87178179ef413efca3bce0303a

0 commit comments

Comments
 (0)