From 49ab63545642fc9f66e6f16799255a272c365af4 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sun, 1 Aug 2021 00:49:54 -0700 Subject: [PATCH] [cherry-pick] Update repository config (#850) (#851) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Dockerfile.dbg | 2 +- Dockerfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 25ff4277f..1e62af337 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:buster +FROM debian:bullseye ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true diff --git a/Dockerfile.in b/Dockerfile.in index f45f71226..9528f9d1a 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:buster +FROM debian:bullseye ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true