diff --git a/Dockerfile b/Dockerfile
index 0532223..8bde79d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 # syntax=docker/dockerfile:1
 
-ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.0.8
-ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.0.8
+ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.3.0
+ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.3.0
 
 FROM ${acs_build} AS build
 ARG acs_npm=NO
diff --git a/package.json b/package.json
index 732f308..3199365 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "acs-configdb",
-  "version": "1.8.1",
+  "version": "1.8.2",
   "description": "The Config Store component of the AMRC Connectivity Stack",
   "author": "AMRC",
   "license": "MIT",
@@ -19,7 +19,7 @@
   },
   "type": "module",
   "dependencies": {
-    "@amrc-factoryplus/utilities": "^1.0.8",
+    "@amrc-factoryplus/utilities": "^1.3.1",
     "ajv": "^8.10.0",
     "ajv-formats": "^2.1.1",
     "content-type": "^1.0.5",