Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker…
Browse files Browse the repository at this point in the history
… tag to v9.5-1734626445

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 23, 2024
1 parent c33b5b2 commit 533cad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################
# STEP 1: build executable edge-api binaries
############################################
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 AS edge-builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445 AS edge-builder
USER root
WORKDIR $GOPATH/src/github.com/RedHatInsights/edge-api/
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion podman/Containerfile-dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################
# STEP 1: build executable edge-api binaries
############################################
FROM registry.access.redhat.com/ubi9/go-toolset:9.5
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445
#WORKDIR $GOPATH/src/github.com/RedHatInsights/edge-api/
COPY . .
# Use go mod
Expand Down

0 comments on commit 533cad1

Please sign in to comment.