Skip to content

Commit

Permalink
fix(build): use library node as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 14, 2021
1 parent cd8d376 commit 17eed58
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.stretch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/node:12-alpine
FROM docker.artifacts.apextoaster.com/library/node:12

# dependencies: log filtering
RUN apk add --update jq \
Expand Down

0 comments on commit 17eed58

Please sign in to comment.