Change python version

This commit is contained in:
TheophileDiot 2022-11-09 15:52:08 +01:00
parent b279d02403
commit 858f6e00f4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-rc-alpine
FROM python:3.11-alpine
# Copy python requirements
COPY bw/deps/requirements.txt /opt/bunkerweb/deps/requirements.txt

View File

@ -1,4 +1,4 @@
FROM python:3.11-rc-alpine
FROM python:3.11-alpine
# Copy python requirements
COPY bw/deps/requirements.txt /opt/bunkerweb/deps/requirements.txt

View File

@ -1,4 +1,4 @@
FROM python:3.11-rc-alpine
FROM python:3.11-alpine
# Copy files
# can't exclude specific files/dir from . so we are copying everything by hand