Skip to content

Commit a5b0982

Browse files
committed
Revert raspbian Dockerfile changes
Signed-off-by: Amin Vakil <[email protected]>
1 parent e8c918f commit a5b0982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/distros/raspbian/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG BASE_BUILDER
66
# Lookup the name to use below but should follow the '<distro>-base' convention with slashes replaced.
77
# Use buildkit to skip unused base images: DOCKER_BUILDKIT=1
88

9-
FROM balenalib/rpi-raspbian:bullseye AS raspbian-bullseye-base
9+
FROM balenalib/rpi-raspbian:buster AS raspbian-buster-base
1010
ENV DEBIAN_FRONTEND noninteractive
1111

1212
# Builder image so dependencies can be latest, recommended and no need to wipe
@@ -21,8 +21,8 @@ RUN apt-get update && \
2121
libsasl2-2 libsasl2-dev libyaml-dev libcurl4-openssl-dev pkg-config && \
2222
apt-get install -y --reinstall lsb-base lsb-release
2323

24-
# raspbian/bullseye base image
25-
FROM balenalib/rpi-raspbian:bullseye AS raspbian-bullseye-base
24+
# raspbian/buster base image
25+
FROM balenalib/rpi-raspbian:buster AS raspbian-buster-base
2626
ENV DEBIAN_FRONTEND noninteractive
2727

2828
# hadolint ignore=DL3008,DL3015

0 commit comments

Comments
 (0)