Skip to content

Commit

Permalink
Merge pull request #49 from jujaga/bugfix/broken-image
Browse files Browse the repository at this point in the history
Bugfix broken image
  • Loading branch information
kamorel authored Jul 8, 2022
2 parents 2b1185b + a8c9643 commit 2643192
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:16.15.1-alpine
FROM docker.io/node:16.15.0-alpine

ARG APP_ROOT=/opt/app-root/src
ENV NO_UPDATE_NOTIFIER=true \
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-object-management-service",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "",
"author": "NR Common Service Showcase <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion charts/coms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ maintainers:
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.2.0"
appVersion: "0.2.1"
deprecated: false
annotations: {}

0 comments on commit 2643192

Please sign in to comment.