Skip to content

Commit

Permalink
fix: bump ubi9/nodejs-16-minimal from 1-60 to 1-67
Browse files Browse the repository at this point in the history
Bumps ubi9/nodejs-16-minimal from 1-60 to 1-67.

---
updated-dependencies:
- dependency-name: ubi9/nodejs-16-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 24, 2022
1 parent 9e03099 commit 198d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD --chown=1001:0 ./ $HOME
RUN npm install \
&& mkdir -p $HOME/src/extensions/{displays,endpoints,hooks,interfaces,layouts,migrations,modules,operations,panels}

FROM registry.access.redhat.com/ubi9/nodejs-16-minimal:1-60
FROM registry.access.redhat.com/ubi9/nodejs-16-minimal:1-67

ENV EXTENSIONS_PATH="$HOME/src/extensions"

Expand Down

0 comments on commit 198d1a9

Please sign in to comment.