fix(build): correct base image name
This commit is contained in:
parent
c615a00efa
commit
792a355a86
|
@ -1,4 +1,4 @@
|
|||
FROM docker.artifacts.apextoaster.com/node:12-alpine
|
||||
FROM docker.artifacts.apextoaster.com/library/node:12-alpine
|
||||
|
||||
# dependencies: log filtering
|
||||
RUN apk add --update jq \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.artifacts.apextoaster.com/node:12-stretch
|
||||
FROM docker.artifacts.apextoaster.com/library/node:12-stretch
|
||||
|
||||
# dependencies: log filtering
|
||||
RUN apt-get update -y \
|
||||
|
|
Loading…
Reference in New Issue