Move containers to Debian Bullseye

Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
This commit is contained in:
Sergio Prado 2020-12-08 10:34:30 -03:00
parent 1ad0d8f529
commit 25be3a08a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ARG IMAGE_ARCH=linux/arm
# For IMX8 use IMAGE_ARCH=linux/arm64
ARG IMAGE_TAG=1-buster
ARG IMAGE_TAG=2-bullseye
FROM --platform=$IMAGE_ARCH torizon/debian:$IMAGE_TAG
RUN apt-get update \

View File

@ -1,6 +1,6 @@
ARG IMAGE_ARCH=linux/arm
# For IMX8 use IMAGE_ARCH=linux/arm64
ARG IMAGE_TAG=1-buster
ARG IMAGE_TAG=2-bullseye
FROM --platform=$IMAGE_ARCH torizon/debian:$IMAGE_TAG
RUN apt-get update \