Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
amrc-benmorrow committed Feb 5, 2024
1 parent a145e79 commit 6f4c0fe
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,8 +1,8 @@
# syntax=docker/dockerfile:1
# The line above must be the first line in the file!

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/acs-base-js-build:v0.0.1
ARG acs_run=ghcr.io/amrc-factoryplus/acs-base-js-run:v0.0.1

FROM ${acs_build} as ts-compiler
# This ARG must go here, in the image that uses it, or it isn't
Expand Down

0 comments on commit 6f4c0fe

Please sign in to comment.