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 ab6e4ea8707 to 2fead14be27
  • Loading branch information
JasonPowr committed Sep 20, 2024
1 parent f2ba0ba commit beb0d5d
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:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS build-env
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:2fead14be2734020f98c731fef30cc54e99fe889a53cac97e80f6f043778b567 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:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:2fead14be2734020f98c731fef30cc54e99fe889a53cac97e80f6f043778b567 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:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:2fead14be2734020f98c731fef30cc54e99fe889a53cac97e80f6f043778b567 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:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS build-env
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:2fead14be2734020f98c731fef30cc54e99fe889a53cac97e80f6f043778b567 AS build-env
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
ENV CGO_ENABLED=false
Expand Down

0 comments on commit beb0d5d

Please sign in to comment.