1
0
Fork 0

fix(build): correct base image name

This commit is contained in:
ssube 2021-06-12 15:32:41 -05:00
parent c615a00efa
commit 792a355a86
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/node:12-stretch FROM docker.artifacts.apextoaster.com/library/node:12-stretch
# dependencies: log filtering # dependencies: log filtering
RUN apt-get update -y \ RUN apt-get update -y \