Skip to content

Commit c2a3e6b

Browse files
chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.24.6-1764274816
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9e8300f commit c2a3e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile.quay-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Strictly for fips build
2-
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 as build
2+
FROM registry.access.redhat.com/ubi8/go-toolset:1.24.6-1764274816 as build
33
USER root
44
RUN dnf install -y --setopt=tsflags=nodocs git
55
COPY . /go/src/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 as build
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.24.6-1764274816 as build
22
USER root
33
RUN dnf install -y --setopt=tsflags=nodocs git
44
COPY . /go/src/

0 commit comments

Comments
 (0)