1
0
Fork 0

fix(build): build images from cached version

This commit is contained in:
ssube 2021-06-12 13:49:58 -05:00
parent 802d1b852d
commit c615a00efa
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-stretch
FROM docker.artifacts.apextoaster.com/node:12-stretch
# dependencies: log filtering
RUN apt-get update -y \