Pythonのバージョンを3.12に固定
This commit is contained in:
parent
a4dad36dff
commit
43d37a9d24
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3
|
FROM python:3.12
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN mkdir /dislocker
|
RUN mkdir /dislocker
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3
|
FROM python:3.12
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN mkdir /dislocker
|
RUN mkdir /dislocker
|
||||||
|
|
Loading…
Reference in a new issue