Skip to content

Commit c08869b

Browse files
authored
update to golang 1.25.3
1 parent 5b4e090 commit c08869b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/build.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG TAG=
1414
FROM ${REGISTRY}${PREFIX}perfspect-tools:${TAG} AS tools
1515

1616
# STAGE 2 - image contains perfspect's Go components build environment
17-
FROM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e
17+
FROM golang:1.25.3@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96
1818
# copy the tools binaries and source from the previous stage
1919
RUN mkdir /prebuilt
2020
RUN mkdir /prebuilt/tools
@@ -25,4 +25,4 @@ COPY --from=tools /oss_source.tgz.md5 /prebuilt/
2525
RUN git config --global --add safe.directory /localrepo
2626
# install jq as it is used in the Makefile to create the manifest
2727
RUN apt-get update
28-
RUN apt-get install -y jq
28+
RUN apt-get install -y jq

0 commit comments

Comments
 (0)