Skip to content

Commit f21a941

Browse files
committed
Upgrade docs docker node versions
1 parent 9b67cb3 commit f21a941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-14
1+
FROM registry.access.redhat.com/ubi8/nodejs-16
22
USER root
33
WORKDIR /docs
44
COPY . .

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi8/nodejs-14
1+
FROM registry.redhat.io/ubi8/nodejs-16
22
USER root
33
WORKDIR /docs
44
COPY ./packages/components /docs/packages/components

0 commit comments

Comments
 (0)