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

Merge branch '3.13.0'

parents b48b6685 e83102ae
No related branches found
No related tags found
No related merge requests found
Pipeline #7578 passed with stage
in 3 minutes and 16 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_BASENAME}:3-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