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 #345 from gireeshpunathil/update-express-ubi-59
Browse files Browse the repository at this point in the history
use latest ubi images (12:1-59) for nodejs-express stack
  • Loading branch information
garypicher authored Oct 1, 2020
2 parents ce552ba + f3b5ddd commit e8697a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubator/nodejs-express/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-express" \
version="0.4.8" \
version="0.4.9" \
summary="Image for Kabanero Node.js Express development" \
description="This image contains the Kabanero development stack for the Nodejs Express collection"

Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs-express/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-express/image/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-express",
"version": "0.4.6",
"version": "0.4.9",
"description": "Node.js Express Stack",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit e8697a9

Please sign in to comment.