Skip to content

Commit

Permalink
feat: update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jan 10, 2025
1 parent ad4af44 commit 3718218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for building the ctk-functions container.

FROM ghcr.io/astral-sh/uv:python3.11-bookworm as builder
FROM ghcr.io/astral-sh/uv:python3.12-bookworm as builder

WORKDIR /app
ARG AZURE_BLOB_SIGNATURES_CONNECTION_STRING
Expand All @@ -17,7 +17,7 @@ RUN mv *.png src/ctk_functions/data/signatures
RUN uv sync --frozen --no-cache --no-dev


FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

EXPOSE 8000
WORKDIR /app
Expand Down

0 comments on commit 3718218

Please sign in to comment.