Skip to content

Commit 877e5c5

Browse files
committed
fix python version conflict in docker builds
1 parent 4c4c144 commit 877e5c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.9
2-
ARG PYTHON_VERSION=3.12
2+
ARG PYTHON_VERSION=3.14
33
FROM plone/server-builder:uv-${PYTHON_VERSION} AS builder
44

55
# Install dependencies
@@ -54,4 +54,4 @@ COPY --from=builder --chown=500:500 /app /app
5454
RUN <<EOT
5555
ln -s /data /app/var
5656
chown -R 500:500 /data
57-
EOT
57+
EOT

0 commit comments

Comments
 (0)