Skip to content

Commit

Permalink
fix: fix meteor version in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <[email protected]>
  • Loading branch information
brent-hoover committed Apr 28, 2022
1 parent 36d759e commit 28bc5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM reactioncommerce/meteor:2.5.1-v1 as builder
FROM reactioncommerce/meteor:2.5.0-v1 as builder

ENV APP_SOURCE_DIR /usr/local/src/appsrc
ENV APP_BUNDLE_DIR /usr/local/src/build
Expand Down

0 comments on commit 28bc5e5

Please sign in to comment.