Skip to content

Commit

Permalink
update base image version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Dec 12, 2023
1 parent 5fe3de0 commit f3d0136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- '3.10'
- '3.11'
env:
BASE_IMAGE: "${{ vars.DOCKER_ORG }}/geospaas:0.0.4-python${{ matrix.python_version }}"
BASE_IMAGE: "${{ vars.DOCKER_ORG }}/geospaas:2.5.2-python${{ matrix.python_version }}"
IMAGE_NAME_WORKER: "${{ vars.DOCKER_ORG }}/geospaas_processing_worker"
IMAGE_NAME_CLI: "${{ vars.DOCKER_ORG }}/geospaas_processing_cli"
IDF_CONVERTER_VERSION: '0.1.324'
Expand Down

0 comments on commit f3d0136

Please sign in to comment.