Skip to content

Commit f83a626

Browse files
committed
1 parent a763181 commit f83a626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/arms/judge/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
# Judge Arm Dockerfile - Multi-stage build for Python service
3-
FROM python:3.13.7-slim as builder
3+
FROM python:3.14.2-slim as builder
44

55
# Install system dependencies
66
RUN apt-get update && apt-get install -y \
@@ -23,7 +23,7 @@ RUN poetry config virtualenvs.create false && \
2323
poetry install --only main --no-interaction --no-ansi
2424

2525
# Runtime stage
26-
FROM python:3.13.7-slim
26+
FROM python:3.14.2-slim
2727

2828
# Install runtime dependencies
2929
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)