1
0
Fork 0

fix(build): build images from cached version

This commit is contained in:
ssube 2021-06-12 13:48:05 -05:00
parent b8b16def4b
commit 579b66f169
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:12-alpine
FROM docker.artifacts.apextoaster.com/node:12-alpine
# dependencies: log filtering
RUN apk add --update jq \

View File

@ -1,4 +1,4 @@
FROM node:12-alpine
FROM docker.artifacts.apextoaster.com/node:12-alpine
# dependencies: log filtering
RUN apk add --update jq \