Skip to content

Commit

Permalink
Bump python from 3.10.15-slim-bookworm to 3.10.16-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps python from 3.10.15-slim-bookworm to 3.10.16-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 427d42f commit 69e5cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.15-slim-bookworm
FROM python:3.10.16-slim-bookworm

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.15-slim-bookworm
FROM python:3.10.16-slim-bookworm

RUN apt-get -y update && apt-get install --no-install-recommends -y \
postgresql-client libpq-dev gcc libc-dev git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.15-slim-bookworm
FROM python:3.10.16-slim-bookworm

RUN apt-get -y update && apt-get -y upgrade && \
apt-get install --no-install-recommends -y wait-for-it \
Expand Down

0 comments on commit 69e5cee

Please sign in to comment.