From 1772bc754d3a73b19045718e244278ba56edc981 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 29 Jul 2021 13:18:31 -0700 Subject: [PATCH] Update repository config (#2) /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 93275160..8228cf33 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:stretch +FROM debian:buster ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true diff --git a/Dockerfile.in b/Dockerfile.in index 2128e3f8..5cdda9c3 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:stretch +FROM debian:buster ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true