Skip to content

Commit 686eea5

Browse files
committed
chore: update Docker base images
1 parent 1492643 commit 686eea5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)