Skip to content

Commit 1448c5d

Browse files
ci: [sync] Update from eclipse-che/che-machine-exec @ e05b0
Signed-off-by: devstudio-release <[email protected]>
1 parent 28f87be commit 1448c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devspaces-machineexec/Dockerfile

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

1212
# https://registry.access.redhat.com/rhel8/go-toolset
13-
FROM rhel8/go-toolset:1.18.9-8 as builder
13+
FROM rhel8/go-toolset:1.18.9-13 as builder
1414
ENV GOPATH=/go/
1515
USER root
1616
WORKDIR /che-machine-exec/

devspaces-machineexec/build/dockerfiles/rhel.Dockerfile

+1-1
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.18.9-8 as builder
13+
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-13 as builder
1414
ENV GOPATH=/go/
1515
USER root
1616
WORKDIR /che-machine-exec/

0 commit comments

Comments
 (0)