Skip to content

Commit

Permalink
Bump version + make sure latest haddock3 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Nov 14, 2024
1 parent a56f87d commit bd869a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Dockerfile.bartenderhaddock3
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN pip install .

# haddock3 ============================================================================================================
WORKDIR /opt/haddock3
RUN echo cachebust=14 && git clone --depth 1 -b ${HADDOCK3_VERSION} https://github.com/${HADDOCK3_GHORG}/haddock3.git .
RUN echo cachebust=15 && git clone --depth 1 -b ${HADDOCK3_VERSION} https://github.com/${HADDOCK3_GHORG}/haddock3.git .
RUN pip install .
# For restraints web service
RUN pip install fastapi uvicorn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "haddock3-webapp",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down

0 comments on commit bd869a8

Please sign in to comment.