Skip to content

Commit 9de1b17

Browse files
committed
Remove meteor version arg in favor of env
1 parent 25dc0dd commit 9de1b17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:8.11.2
22

3-
ARG METEOR_VERSION=1.7.0.1
43
ARG NAME=base
54
ARG DESCRIPTION="Base Docker image for Reaction."
65
ARG URL=https://github.com/reactioncommerce/base
@@ -52,7 +51,7 @@ LABEL maintainer="Reaction Commerce <[email protected]>" \
5251
com.reactioncommerce.docker.git.sha1=$GIT_SHA1 \
5352
com.reactioncommerce.docker.license=$LICENSE
5453

55-
ENV METEOR_VERSION $METEOR_VERSION
54+
ENV METEOR_VERSION 1.7.0.1
5655
ENV REACTION_DOCKER_BUILD true
5756
ENV APP_SOURCE_DIR /opt/reaction/src
5857
ENV APP_BUNDLE_DIR /opt/reaction/dist

0 commit comments

Comments
 (0)