Skip to content

Commit

Permalink
Use alpine docker images instead of debian based ones
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Mar 25, 2019
1 parent 28a2c5f commit 5fbcf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-alpine

LABEL maintainer="Alvarium.io <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion test-operators.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-alpine

LABEL maintainer="Alvarium.io <[email protected]>"

Expand Down

0 comments on commit 5fbcf7c

Please sign in to comment.