diff --git a/Dockerfile b/Dockerfile index c7793d5..21c2cb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 29c99c6..fc24eb3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"