Skip to content

Commit 1a7a49c

Browse files
authored
Merge pull request #1279 from lsst-sqre/dependabot/docker/python-3.13.3-slim-bookworm
Bump python from 3.13.2-slim-bookworm to 3.13.3-slim-bookworm
2 parents 8a568dd + 8d899fa commit 1a7a49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - Runs as a non-root user.
1313
# - Sets up the entrypoint and port.
1414

15-
FROM python:3.13.2-slim-bookworm AS base-image
15+
FROM python:3.13.3-slim-bookworm AS base-image
1616

1717
# Update system packages
1818
COPY scripts/install-base-packages.sh .

0 commit comments

Comments
 (0)