Skip to content

Commit c75ff65

Browse files
authored
Merge pull request #118 from lsst-sqre/dependabot/docker/python-3.10.5-slim-buster
Bump python from 3.10.4-slim-buster to 3.10.5-slim-buster
2 parents ae5ffaf + dc47393 commit c75ff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# - Runs a non-root user.
1515
# - Sets up the entrypoint and port.
1616

17-
FROM python:3.10.4-slim-buster AS base-image
17+
FROM python:3.10.5-slim-buster AS base-image
1818

1919
# Update system packages
2020
COPY bin/install-base-packages.sh .

0 commit comments

Comments
 (0)