Skip to content

Commit 80c910f

Browse files
committed
fix sha
Signed-off-by: Harper, Jason M <jason.m.harper@intel.com>
1 parent aa68f4e commit 80c910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG}
1515
FROM ${TOOLS_IMAGE} AS tools
1616

1717
# STAGE 2 - image contains perfspect's Go components build environment
18-
FROM golang:1.26.2@sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd
18+
FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61
1919
# install system dependencies
2020
RUN apt-get update && apt-get install -y jq
2121
# allow git to operate in the mounted repository regardless of the user

0 commit comments

Comments
 (0)