From 85434e333953aebf308fef1b41c6bd78f07bfbd9 Mon Sep 17 00:00:00 2001 From: Julian Brost <julian.brost@icinga.com> Date: Thu, 14 Apr 2022 11:17:30 +0200 Subject: [PATCH] Update debootstrap image to bullseye --- Dockerfile | 2 +- debootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d92b38..915f9d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:bullseye-slim RUN apt-get update \ && apt-get install -y debootstrap xz-utils tar \ diff --git a/debootstrap.sh b/debootstrap.sh index 742d491..4e6b69d 100755 --- a/debootstrap.sh +++ b/debootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -: "${DIST:=stretch}" +: "${DIST:=bullseye}" : "${VARIANT:=minbase}" : "${ARCH:=armhf}" : "${TARGET:=/image}" -- GitLab