Skip to content

Commit 2643192

Browse files
authored
Merge pull request #49 from jujaga/bugfix/broken-image
Bugfix broken image
2 parents 2b1185b + a8c9643 commit 2643192

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:16.15.1-alpine
1+
FROM docker.io/node:16.15.0-alpine
22

33
ARG APP_ROOT=/opt/app-root/src
44
ENV NO_UPDATE_NOTIFIER=true \

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-object-management-service",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "",
66
"author": "NR Common Service Showcase <NR.CommonServiceShowcase@gov.bc.ca>",

charts/coms/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ maintainers:
4343
# incremented each time you make changes to the application. Versions are not expected to
4444
# follow Semantic Versioning. They should reflect the version the application is using.
4545
# It is recommended to use it with quotes.
46-
appVersion: "0.2.0"
46+
appVersion: "0.2.1"
4747
deprecated: false
4848
annotations: {}

0 commit comments

Comments
 (0)