Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ARG ARCH=amd64
ARG NODE_VERSION=10
ARG OS=alpine
ARG NODE_RED_VERSION

FROM ${ARCH}/node:${NODE_VERSION}-${OS}

# Basic build-time metadata as defined at http://label-schema.org

0 comments on commit 82c1b30

Please sign in to comment.