Skip to content

Commit 9e1407f

Browse files
che-botnickboldt
andauthored
chore: Update from ubi8/go-toolset:1.22.7-5 to ubi8/go-toolset:1.22.9-1 (#1947)
* chore: Update from ubi8/go-toolset:1.22.7-5 to ubi8/go-toolset:1.22.9-1 Signed-off-by: Nick Boldt <[email protected]> * chore: Update from ubi8-minimal:8.10-1130 to ubi8-minimal:8.10-1154 Signed-off-by: Nick Boldt <[email protected]> --------- Signed-off-by: Nick Boldt <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
1 parent 4d345af commit 9e1407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
# https://registry.access.redhat.com/ubi8/go-toolset
13-
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder
13+
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 as builder
1414
ENV GOPATH=/go/ \
1515
CGO_ENABLED=1
1616
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
@@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
5050
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
5151

5252
# https://registry.access.redhat.com/ubi8-minimal
53-
FROM registry.access.redhat.com/ubi8-minimal:8.10-1130
53+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1154
5454

5555
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
5656
COPY --from=builder /tmp/editors-definitions /tmp/editors-definitions

0 commit comments

Comments
 (0)