Skip to content

Commit 49b867a

Browse files
NO-ISSUE: Bump ubi9/go-toolset in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: ubi9/go-toolset. Updates `ubi9/go-toolset` from 1.21 to 9.5 --- updated-dependencies: - dependency-name: ubi9/go-toolset dependency-version: '9.5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd4f78c commit 49b867a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.image-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN cd /packages && ./build.sh
2424

2525

2626
# Used to build the service:
27-
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS golang
27+
FROM registry.access.redhat.com/ubi9/go-toolset:9.6 AS golang
2828

2929
USER 0
3030

Dockerfile.image-service-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:9.6 AS golang
22

33
ENV GOFLAGS=""
44

Dockerfile.image-service-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN cd /packages && ./build.sh
2424

2525

2626
# Used to build the service:
27-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.21 AS builder
27+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.6 AS builder
2828
ARG TARGETOS
2929
ARG TARGETARCH
3030

0 commit comments

Comments
 (0)