Skip to content

Commit

Permalink
Check in go changes for CRW-4933 to main (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored Oct 20, 2023
1 parent 340656e commit 2312854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

# https://registry.access.redhat.com/rhel8/go-toolset
FROM rhel8/go-toolset:1.19.10-16 as builder
FROM rhel8/go-toolset:1.19.13-2 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
USER root
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
USER root
Expand Down

0 comments on commit 2312854

Please sign in to comment.