Skip to content

Commit

Permalink
Upgrade docs docker node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Apr 21, 2022
1 parent 9b67cb3 commit f21a941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/nodejs-14
FROM registry.access.redhat.com/ubi8/nodejs-16
USER root
WORKDIR /docs
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi8/nodejs-14
FROM registry.redhat.io/ubi8/nodejs-16
USER root
WORKDIR /docs
COPY ./packages/components /docs/packages/components
Expand Down

0 comments on commit f21a941

Please sign in to comment.