Skip to content

Commit

Permalink
Bump python in /compose/local
Browse files Browse the repository at this point in the history
Bumps python from 3.10.4-slim-bullseye to 3.10.14-slim-bullseye.

---
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 May 26, 2024
1 parent ff9f283 commit b528881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The first instruction is what image we want to base our container on
# We Use an official Python runtime as a parent image

FROM python:3.10.4-slim-bullseye
FROM python:3.10.14-slim-bullseye
RUN apt-get update
RUN apt-get -y install python3-pip python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0
ENV WEASYPRINT_VERSION 57.1
Expand Down

0 comments on commit b528881

Please sign in to comment.