Skip to content

Commit

Permalink
Merge pull request #402 from lsst-sqre/dependabot/docker/python-3.12.…
Browse files Browse the repository at this point in the history
…6-slim-bookworm

Bump python from 3.12.5-slim-bookworm to 3.12.6-slim-bookworm
  • Loading branch information
rra authored Sep 16, 2024
2 parents 3525b02 + 1a473fa commit 5251bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# - Runs a non-root user.
# - Sets up the entrypoint and port.

FROM python:3.12.5-slim-bookworm as base-image
FROM python:3.12.6-slim-bookworm as base-image

# Update system packages
COPY controller/scripts/install-base-packages.sh .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.inithome
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - Sets up the entrypoint.

# This is just an alias to avoid repeating the base image.
FROM python:3.12.5-slim-bookworm AS base-image
FROM python:3.12.6-slim-bookworm AS base-image

FROM base-image AS install-image

Expand Down

0 comments on commit 5251bb9

Please sign in to comment.