Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev_tools/builder_images/python-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7

FROM python:3.10-slim-bookworm@sha256:e7eed6c2e7fd1ecc43f0a37da7a115f4c9c9f50f247e9cba086c2f4583412fd9
FROM python:3.10-slim-bookworm@sha256:cda0e2fa3894f9ada2c652534e6de6b2fe65687c63208a77e9e8d88231547902

ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0

Expand Down
2 changes: 1 addition & 1 deletion dev_tools/builder_images/python-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
include ../Makefile.shared-builders

BUILDER_IMAGE_NAME = python-builder
BUILDER_TAG = v1.0.0
BUILDER_TAG = v1.0.1
DOCKER_IMAGE_DESCRIPTION := Python builder image for Geti
Loading