Skip to content

Commit

Permalink
fix: Downgrade unit docker base (#25054)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 18, 2024
1 parent 204172c commit 8ba6871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ RUN apt-get update && \
#
# ---------------------------------------------------------
#
FROM unit:python3.11
# NOTE: newer images change the base image from bullseye to bookworm which makes compiled openssl versions have all sorts of issues
FROM unit:1.32.0-python3.11
WORKDIR /code
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 8ba6871

Please sign in to comment.