Skip to content

Commit

Permalink
🤖 Update registry.access.redhat.com/ubi9/go-toolset image ref in Dock…
Browse files Browse the repository at this point in the history
…erfiles from c7bfd2501cb to 5374b83337e
  • Loading branch information
JasonPowr committed Dec 2, 2024
1 parent cdeb990 commit d78dcc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.createtree.rh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:c7bfd2501cb1be171366434a368db669b32f08a0198c1473b9bff0a379613fc3 AS build-env
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:5374b83337e4450e5acc25ea422a0b494c9473ba4e593ce5091f06687b5b07f7 AS build-env
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
ENV CGO_ENABLED=false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.logserver.rh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:c7bfd2501cb1be171366434a368db669b32f08a0198c1473b9bff0a379613fc3 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:5374b83337e4450e5acc25ea422a0b494c9473ba4e593ce5091f06687b5b07f7 AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
ENV CGO_ENABLED=false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.logsigner.rh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:c7bfd2501cb1be171366434a368db669b32f08a0198c1473b9bff0a379613fc3 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:5374b83337e4450e5acc25ea422a0b494c9473ba4e593ce5091f06687b5b07f7 AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
ENV CGO_ENABLED=false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.updatetree.rh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:c7bfd2501cb1be171366434a368db669b32f08a0198c1473b9bff0a379613fc3 AS build-env
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:5374b83337e4450e5acc25ea422a0b494c9473ba4e593ce5091f06687b5b07f7 AS build-env
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
ENV CGO_ENABLED=false
Expand Down

0 comments on commit d78dcc4

Please sign in to comment.