Skip to content

Commit ac6e24b

Browse files
committed
Fix version in .3 Dockerfile
1 parent 055f895 commit ac6e24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/meteor-1.7.0.3/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:8.11.3
22

3+
ARG METEOR_VERSION
34
ARG NAME=base
45
ARG DESCRIPTION="Base Docker image for Reaction."
56
ARG URL=https://github.com/reactioncommerce/base
@@ -51,7 +52,7 @@ LABEL maintainer="Reaction Commerce <[email protected]>" \
5152
com.reactioncommerce.docker.git.sha1=$GIT_SHA1 \
5253
com.reactioncommerce.docker.license=$LICENSE
5354

54-
ENV METEOR_VERSION 1.7.0.3
55+
ENV METEOR_VERSION $METEOR_VERSION
5556
ENV REACTION_DOCKER_BUILD true
5657
ENV APP_SOURCE_DIR /opt/reaction/src
5758
ENV APP_BUNDLE_DIR /opt/reaction/dist

0 commit comments

Comments
 (0)