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 f18e744 commit 1b102d6
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,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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acs-directory",
"version": "1.1.2",
"version": "1.1.3",
"description": "The Directory component of the AMRC Connectivity Stack",
"author": "AMRC",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"webapi": "node bin/directory-webapi"
},
"dependencies": {
"@amrc-factoryplus/utilities": "^1.0.9",
"@amrc-factoryplus/utilities": "^1.3.1",
"async": "^3.2.4",
"express": "^4.17.1",
"express-openapi-validator": "^4.13.2"
Expand Down

0 comments on commit 1b102d6

Please sign in to comment.