Skip to content

Commit e05f147

Browse files
chore(deps): update python docker tag to v3.13.6
1 parent 4871b84 commit e05f147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install Python dependencies
2-
FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS python-builder
2+
FROM python:3.13.6-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a AS python-builder
33

44
WORKDIR /build
55

@@ -16,7 +16,7 @@ RUN set -eux; \
1616
pip install --no-cache-dir --timeout 1000 .[server]
1717

1818
# Stage 2: Runtime image
19-
FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
19+
FROM python:3.13.6-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
2020

2121
ARG UID=1000
2222
ARG GID=1000

0 commit comments

Comments
 (0)