Skip to content

Commit 6f3821f

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 AS build
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2.1747789945 AS build
22

33
USER root
44
RUN mkdir /src /rds_ca

Dockerfile.tools

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.23.6-2.1747789945 AS build
22
USER root
33
RUN mkdir /src
44
WORKDIR /src

emailsender/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.23.6-2.1747789945 AS build
22
USER root
33
ENV GOFLAGS="-mod=mod"
44

probe/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.23.6-2.1747789945 AS build
22
USER root
33
ENV GOFLAGS="-mod=mod"
44

0 commit comments

Comments
 (0)