Skip to content

Commit

Permalink
NO-ISSUE: Bump ubi9/go-toolset in the docker-dependencies group
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 24b340a commit 7e0b272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.image-service
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS golang
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 AS golang

USER 0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.image-service-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS golang
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 AS golang

ENV GOFLAGS=""

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.image-service-mce
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.21 AS builder
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.5 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 7e0b272

Please sign in to comment.