Skip to content

Commit a06bfd3

Browse files
committed
Downgrade to more stable image version
1 parent 9c1067c commit a06bfd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a Python image with uv pre-installed
2-
FROM ghcr.io/astral-sh/uv:python3.12-bookworm
2+
FROM ghcr.io/astral-sh/uv:python3.11-bookworm
33

44
# This will be set by the GitHub action to the folder containing this component.
55
ARG FOLDER=/app

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a Python image with uv pre-installed
2-
FROM ghcr.io/astral-sh/uv:python3.12-bookworm
2+
FROM ghcr.io/astral-sh/uv:python3.11-bookworm
33

44
# This will be set by the GitHub action to the folder containing this component.
55
ARG FOLDER=/app

0 commit comments

Comments
 (0)