From 000074ceec9a2e892891974fbb2934b5bd9bba8d Mon Sep 17 00:00:00 2001 From: suecharo Date: Tue, 6 Jun 2023 11:49:22 +0900 Subject: [PATCH] Update docker base image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9a988f..8bd1ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:bullseye-slim LABEL org.opencontainers.image.authors="@suecharo " LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/tonkaz"