Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #344 from gireeshpunathil/update-ubi-59
Browse files Browse the repository at this point in the history
use latest ubi images (12:1-59) for nodejs stack
  • Loading branch information
garypicher authored Oct 1, 2020
2 parents c9b1851 + a20c448 commit ce552ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubator/nodejs/image/Dockerfile-stack
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi8/nodejs-12:1-36
FROM registry.access.redhat.com/ubi8/nodejs-12:1-59

LABEL vendor="Kabanero" \
name="kabanero/nodejs" \
version="0.3.6" \
version="0.3.7" \
summary="Image for Kabanero Nodejs development" \
description="This image contains the Kabanero development stack for the Nodejs collection"

Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs/image/project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/nodejs-12:1-36
FROM registry.access.redhat.com/ubi8/nodejs-12:1-59

USER root

Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs/image/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs",
"version": "0.3.6",
"version": "0.3.7",
"description": "Node.js Stack",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ce552ba

Please sign in to comment.