Update to latest Python 3.11.3

This commit is contained in:
Bruno Alla 2023-04-14 18:40:37 +01:00
parent fd8b5d3515
commit 16715d29f9
No known key found for this signature in database
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# define an alias for the specfic python version used in this file.
FROM python:3.11.2-slim-bullseye as python
FROM python:3.11.3-slim-bullseye as python
# Python build stage
FROM python as python-build-stage

View File

@ -1,5 +1,5 @@
# define an alias for the specfic python version used in this file.
FROM python:3.11.2-slim-bullseye as python
FROM python:3.11.3-slim-bullseye as python
# Python build stage

View File

@ -24,9 +24,8 @@ ENV DJANGO_AZURE_ACCOUNT_NAME=${DJANGO_AZURE_ACCOUNT_NAME}
RUN npm run build
{%- endif %}
# define an alias for the specfic python version used in this file.
FROM python:3.11.2-slim-bullseye as python
FROM python:3.11.3-slim-bullseye as python
# Python build stage
FROM python as python-build-stage

View File

@ -1 +1 @@
python-3.11.2
python-3.11.3