From 0d6258e24b8c7ce892f1bb706381ce3cc7fdf6be Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sun, 7 Aug 2022 16:26:34 -0300 Subject: [PATCH] update default debian version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1393a0..56d7018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG DEBIAN_VERSION=buster-slim +ARG DEBIAN_VERSION=bullseye-slim FROM debian:${DEBIAN_VERSION} ARG CONFD_VERSION=0.16.0 ADD https://github.com/kelseyhightower/confd/releases/download/v${CONFD_VERSION}/confd-${CONFD_VERSION}-linux-amd64 /usr/local/bin/confd