fix(build): build images from cached version
This commit is contained in:
parent
b8b16def4b
commit
579b66f169
|
@ -1,4 +1,4 @@
|
|||
FROM node:12-alpine
|
||||
FROM docker.artifacts.apextoaster.com/node:12-alpine
|
||||
|
||||
# dependencies: log filtering
|
||||
RUN apk add --update jq \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:12-alpine
|
||||
FROM docker.artifacts.apextoaster.com/node:12-alpine
|
||||
|
||||
# dependencies: log filtering
|
||||
RUN apk add --update jq \
|
||||
|
|
Loading…
Reference in New Issue