From 634d313c8c64bbf1b0612734eadc25980ce43ea0 Mon Sep 17 00:00:00 2001 From: djdefi Date: Thu, 28 Jul 2022 21:01:39 -0700 Subject: [PATCH 1/2] Update Dockerfile to bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00067263..94d461c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:bullseye-slim RUN apt-get -q -y update && \ apt-get install -y --no-install-recommends \ From 059eb5948be86e42f4a7c57cb7bf87ffc214b709 Mon Sep 17 00:00:00 2001 From: djdefi Date: Thu, 4 Aug 2022 09:41:27 -0700 Subject: [PATCH 2/2] Buster to align with GHES --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94d461c4..3b66b502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:buster-slim RUN apt-get -q -y update && \ apt-get install -y --no-install-recommends \