File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG}
1515FROM ${TOOLS_IMAGE} AS tools
1616
1717# STAGE 2 - image contains perfspect's Go components build environment
18- FROM golang:1.26.1 @sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428
18+ FROM golang:1.26.2 @sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd
1919# install system dependencies
2020RUN apt-get update && apt-get install -y jq
2121# allow git to operate in the mounted repository regardless of the user
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV http_proxy=${http_proxy}
1515ENV https_proxy=${https_proxy}
1616ENV LANG=en_US.UTF-8
1717ARG DEBIAN_FRONTEND=noninteractive
18- ARG GO_VERSION=1.26.1
18+ ARG GO_VERSION=1.26.2
1919
2020# install minimum packages to add repositories
2121RUN success=false; \
You can’t perform that action at this time.
0 commit comments