Skip to content

Commit 5448d40

Browse files
committed
Update dependency in Dockerfile (#179)
Complements 2d24ef1.
1 parent 4c85f49 commit 5448d40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN ./gradlew install
3939
## metafacture-fix
4040
WORKDIR $INSTALL_DIR/metafacture-fix
4141
RUN git clone https://github.com/metafacture/metafacture-fix.git .
42-
RUN git checkout 1.0.0
42+
RUN git checkout 1.1.2
4343
RUN ./gradlew install
4444

4545
## metafacture-playground
@@ -64,4 +64,4 @@ CMD ["lein", "watch"]
6464
# inside the container:
6565
# lein run > out 2>error
6666
# or
67-
# nohup lein run &
67+
# nohup lein run &

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN ./gradlew install
3939
## metafacture-fix
4040
WORKDIR $INSTALL_DIR/metafacture-fix
4141
RUN git clone https://github.com/metafacture/metafacture-fix.git .
42-
RUN git checkout 1.0.0
42+
RUN git checkout 1.1.2
4343
RUN ./gradlew install
4444

4545
## metafacture-playground

0 commit comments

Comments
 (0)