Skip to content

Commit

Permalink
Update dependency in Dockerfile (#179)
Browse files Browse the repository at this point in the history
Complements 2d24ef1.
  • Loading branch information
dr0i committed Aug 20, 2024
1 parent 4c85f49 commit 5448d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ./gradlew install
## metafacture-fix
WORKDIR $INSTALL_DIR/metafacture-fix
RUN git clone https://github.com/metafacture/metafacture-fix.git .
RUN git checkout 1.0.0
RUN git checkout 1.1.2
RUN ./gradlew install

## metafacture-playground
Expand All @@ -64,4 +64,4 @@ CMD ["lein", "watch"]
# inside the container:
# lein run > out 2>error
# or
# nohup lein run &
# nohup lein run &
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ./gradlew install
## metafacture-fix
WORKDIR $INSTALL_DIR/metafacture-fix
RUN git clone https://github.com/metafacture/metafacture-fix.git .
RUN git checkout 1.0.0
RUN git checkout 1.1.2
RUN ./gradlew install

## metafacture-playground
Expand Down

0 comments on commit 5448d40

Please sign in to comment.