File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,25 +62,25 @@ jobs:
6262
6363 - name : debian-x86_64
6464 os : ubuntu-latest
65- BASE_IMAGE : library/debian:11.7 -slim
65+ BASE_IMAGE : library/debian:bullseye -slim
6666 DOCKERFILE : Dockerfile.debian
6767 QEMU_ARCH : x86_64
6868
6969 - name : debian-i386
7070 os : ubuntu-latest
71- BASE_IMAGE : i386/debian:11.7 -slim
71+ BASE_IMAGE : i386/debian:bullseye -slim
7272 DOCKERFILE : Dockerfile.debian
7373 QEMU_ARCH : i386
7474
7575 - name : debian-arm32v6
7676 os : ubuntu-latest
77- BASE_IMAGE : balenalib/raspberry-pi -debian:bullseye
77+ BASE_IMAGE : balenalib/raspberrypi3 -debian:bullseye
7878 DOCKERFILE : Dockerfile.debian
7979 QEMU_ARCH : arm
8080
8181 - name : debian-arm64v8
8282 os : ubuntu-latest
83- BASE_IMAGE : arm64v8/debian:11.7-slim
83+ BASE_IMAGE : arm64v8/debian:bullseye
8484 DOCKERFILE : Dockerfile.debian
8585 QEMU_ARCH : aarch64
8686
You can’t perform that action at this time.
0 commit comments