Update Ubuntu Docker based image to Ubuntu version 23.10

This commit is contained in:
nicolargo 2024-04-24 10:17:10 +02:00
parent 0a118ad5ae
commit 75b06ed4b1

View File

@ -8,7 +8,7 @@
# Ex: Python 3.10 for Ubuntu 22.04
# Note: ENV is for future running containers. ARG for building your Docker image.
ARG IMAGE_VERSION=23.04
ARG IMAGE_VERSION=23.10
ARG PYTHON_VERSION=3.11
##############################################################################