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 13, 2023
1 parent dba381e commit 1cd2d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: 'ubuntu-latest'
env:
latest: ${{ matrix.python_version == '3.11' && 'true' || '' }}
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 }}"
strategy:
matrix:
python_version:
Expand Down

0 comments on commit 1cd2d2d

Please sign in to comment.