File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG TAG=
1414FROM ${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
1919RUN mkdir /prebuilt
2020RUN mkdir /prebuilt/tools
@@ -25,4 +25,4 @@ COPY --from=tools /oss_source.tgz.md5 /prebuilt/
2525RUN git config --global --add safe.directory /localrepo
2626# install jq as it is used in the Makefile to create the manifest
2727RUN apt-get update
28- RUN apt-get install -y jq
28+ RUN apt-get install -y jq
You can’t perform that action at this time.
0 commit comments