From 1a4ef6f888d16ab2eb62e4c39c6c0125658da004 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 9 Nov 2023 18:08:51 +0930 Subject: [PATCH] feat(build): update base image to debian:11.8-slim !28 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3302c17..0aaa1ef 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM debian:11.7-slim +FROM --platform=$TARGETPLATFORM debian:11.8-slim ARG DEBIAN_FRONTEND=noninteractive