From 1b102d69c3138f93e1a6ebf8db65fee34fb03935 Mon Sep 17 00:00:00 2001 From: Ben Morrow Date: Tue, 30 Jan 2024 11:57:05 +0000 Subject: [PATCH] Update utilities --- Dockerfile | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"