Skip to content

Commit

Permalink
Merge pull request #9 from dom-inic/dependabot/docker/compose/local/p…
Browse files Browse the repository at this point in the history
…ython-3.10.14-slim-bullseye

Bump python from 3.10.4-slim-bullseye to 3.10.14-slim-bullseye in /compose/local
  • Loading branch information
dom-inic authored May 28, 2024
2 parents 1bd3793 + b528881 commit 448a4da
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 448a4da

Please sign in to comment.