Skip to content

Commit

Permalink
use geospaas 2.5.4 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Apr 10, 2024
1 parent ef7781e commit 4b0c04e
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:2.5.2-python${{ matrix.python_version }}"
BASE_IMAGE: "${{ vars.DOCKER_ORG }}/geospaas:2.5.4-python${{ matrix.python_version }}"
strategy:
matrix:
python_version:
Expand Down

0 comments on commit 4b0c04e

Please sign in to comment.