Skip to content

Commit

Permalink
Lock conda-pack because newer versions break builds (#345)
Browse files Browse the repository at this point in the history
* Lock conda-pack because newer versions break builds

* Bump docker tag version numbers
  • Loading branch information
LukeParky authored Jan 20, 2025
1 parent 45e6625 commit 851a980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
build:
context: .
target: backend
image: lparkinson/backend-flood-resilience-dt:1.2
image: lparkinson/backend-flood-resilience-dt:1.3
container_name: backend_digital_twin
env_file:
- .env
Expand All @@ -68,7 +68,7 @@ services:
build:
context: .
target: celery_worker
image: lparkinson/celery-flood-resilience-dt:1.2
image: lparkinson/celery-flood-resilience-dt:1.3
container_name: celery_worker_digital_twin
restart: always
env_file:
Expand Down Expand Up @@ -116,7 +116,7 @@ services:

www:
# Webserver for the website interface
image: lparkinson/www-flood-resilience-dt:1.2
image: lparkinson/www-flood-resilience-dt:1.3
build:
context: .
dockerfile: visualisation/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ channels:
- conda-forge
- defaults
dependencies:
- conda-pack>=0.7.1
- conda-pack==0.7.1
- python==3.11 # 11 for StrEnum
- pip
- python-dotenv==1.0.0
Expand Down

0 comments on commit 851a980

Please sign in to comment.