Skip to content
Snippets Groups Projects
Commit e83102ae authored by Andri Joos's avatar Andri Joos :blush:
Browse files

update image to 3.13.0

parent 2eb5cb8e
No related branches found
No related tags found
No related merge requests found
Pipeline #7229 passed with stage
in 2 minutes and 26 seconds
...@@ -7,4 +7,4 @@ build: ...@@ -7,4 +7,4 @@ build:
extends: .build_image_job_template extends: .build_image_job_template
variables: variables:
IMAGE_BASENAME: ${IMAGE_PREFIX}/devcontainer-python IMAGE_BASENAME: ${IMAGE_PREFIX}/devcontainer-python
IMAGE_NAME: ${IMAGE_BASENAME}:3.12.7-bookworm,${IMAGE_BASENAME}:3.12-bookworm IMAGE_NAME: ${IMAGE_BASENAME}:3.13.0-bookworm,${IMAGE_BASENAME}:3.13-bookworm,${IMAGE_BASENAME}:3-bookworm
FROM python:3.12.7-bookworm FROM python:3.13.0-bookworm
ARG USERNAME="vscode" ARG USERNAME="vscode"
ARG USER_UID="1000" ARG USER_UID="1000"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment