We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa68f4e commit 80c910fCopy full SHA for 80c910f
builder/build.Dockerfile
@@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG}
15
FROM ${TOOLS_IMAGE} AS tools
16
17
# STAGE 2 - image contains perfspect's Go components build environment
18
-FROM golang:1.26.2@sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd
+FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61
19
# install system dependencies
20
RUN apt-get update && apt-get install -y jq
21
# allow git to operate in the mounted repository regardless of the user
0 commit comments