Skip to content

Commit 6d0b87e

Browse files
committed
ci: update DOCKER_APT_PKG_VER to 5:29.2.1-1~ubuntu.24.04~noble
The GitHub Actions runner now has Docker 5:29.1.5 pre-installed, making the previously pinned version (5:28.3.3) a downgrade, which caused all CI jobs to fail with "Packages were downgraded and -y was used without --allow-downgrades". Bump the pin to the current candidate 5:29.2.1.
1 parent 863de81 commit 6d0b87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}
6969
VARIANT: ${{ matrix.variant }}
70-
DOCKER_APT_PKG_VER: '5:28.3.3-1~ubuntu.24.04~noble'
70+
DOCKER_APT_PKG_VER: '5:29.2.1-1~ubuntu.24.04~noble'
7171

7272
steps:
7373
- name: Install/config specific version of Docker packages

0 commit comments

Comments
 (0)