File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packaging/distros/raspbian Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1010ENV 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
2626ENV DEBIAN_FRONTEND noninteractive
2727
2828# hadolint ignore=DL3008,DL3015
You can’t perform that action at this time.
0 commit comments