Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
amrc-benmorrow committed Jan 30, 2024
1 parent 908b9b7 commit 7e29925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG utility_prefix=ghcr.io/amrc-factoryplus/utilities
ARG utility_ver=v1.0.6
ARG utility_ver=v1.3.1

FROM ${utility_prefix}-build:${utility_ver} AS build

Expand All @@ -19,4 +19,4 @@ WORKDIR /home/node/app
COPY --from=build --chown=root:root /home/node/app ./

USER node
CMD npm start
CMD node bin/cmdescd.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acs-cmdesc",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Command Escalation component of the AMRC Connectivity Stack",
"author": "AMRC",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"start": "node bin/cmdescd.js"
},
"dependencies": {
"@amrc-factoryplus/utilities": "^1.0.8",
"@amrc-factoryplus/utilities": "^1.3.1",
"@isaacs/ttlcache": "^1.2.0",
"express": "^4.18.1",
"express-basic-auth": "^1.2.1",
Expand Down

0 comments on commit 7e29925

Please sign in to comment.