We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44204c commit d5f19b1Copy full SHA for d5f19b1
devspaces-theia-dev/Dockerfile
@@ -12,7 +12,7 @@
12
# Theia dev Image
13
#
14
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14
15
-FROM ubi8/nodejs-14:1-99.1675799486
+FROM ubi8/nodejs-14:1-101
16
USER 0
17
RUN yum -y -q update && \
18
yum -y -q clean all && rm -rf /var/cache/yum
devspaces-theia/Dockerfile
@@ -185,7 +185,7 @@ RUN mv /che-theia-build/plugins /default-theia-plugins
185
186
# Use node image
187
188
-FROM ubi8/nodejs-14:1-99.1675799486 as runtime
+FROM ubi8/nodejs-14:1-101 as runtime
189
190
191
yum -y -q clean all && rm -rf /var/cache/yum && \
0 commit comments