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 629ec1d commit a1c427b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.0.9
ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.0.9
ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.3.1
ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.3.1

FROM ${acs_build} AS build
ARG acs_npm=NO
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@amrc-factoryplus/rx-util": "^0.0.1",
"@amrc-factoryplus/sparkplug-app": "^0.0.3",
"@amrc-factoryplus/utilities": "^1.3.1-dev.1",
"@amrc-factoryplus/utilities": "^1.3.1",
"@kubernetes/client-node": "^0.19.0",
"concat-stream": "^2.0.0",
"deep-equal": "^2.2.2",
Expand Down

0 comments on commit a1c427b

Please sign in to comment.