Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
amrc-benmorrow committed Jan 30, 2024
1 parent 74105f1 commit d06f5b3
Showing 1 changed file with 2 additions and 2 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.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
Expand Down

0 comments on commit d06f5b3

Please sign in to comment.