From dcd70dd29938a279c0d193de3087d2eaee07e3d7 Mon Sep 17 00:00:00 2001 From: ich777 Date: Wed, 14 Jun 2023 13:28:06 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a63bf3f..83ffe15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ich777/debian-baseimage +FROM ich777/debian-baseimage:bullseye_amd64 LABEL org.opencontainers.image.authors="admin@minenet.at" LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"