We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f87be commit 1448c5dCopy full SHA for 1448c5d
devspaces-machineexec/Dockerfile
@@ -10,7 +10,7 @@
10
#
11
12
# https://registry.access.redhat.com/rhel8/go-toolset
13
-FROM rhel8/go-toolset:1.18.9-8 as builder
+FROM rhel8/go-toolset:1.18.9-13 as builder
14
ENV GOPATH=/go/
15
USER root
16
WORKDIR /che-machine-exec/
devspaces-machineexec/build/dockerfiles/rhel.Dockerfile
# https://registry.access.redhat.com/ubi8/go-toolset
-FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-8 as builder
+FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-13 as builder
0 commit comments