From 43d37a9d24f7620a670dd479bdb0a13f88abd931 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Wed, 23 Oct 2024 11:16:27 +0900 Subject: [PATCH] =?UTF-8?q?Python=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=923.12=E3=81=AB=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_auth | 2 +- Dockerfile_bot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_auth b/Dockerfile_auth index 99cd4dd..51ddb85 100644 --- a/Dockerfile_auth +++ b/Dockerfile_auth @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.12 USER root RUN mkdir /dislocker diff --git a/Dockerfile_bot b/Dockerfile_bot index 6e273a1..ac45332 100644 --- a/Dockerfile_bot +++ b/Dockerfile_bot @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.12 USER root RUN mkdir /dislocker