From 0286121d7f93bb92c5a32655e9b30a09cfcabf8b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 Jun 2024 15:30:18 +0100 Subject: Switch to bullseye base in attempt to beat FIPS error --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd516c6..cde9fce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM python:3-slim +FROM python:3.12.3-slim-bullseye # Add application sources USER 0 -RUN apt update && apt install -y --no-install-recommends libpq-dev libgcrypt20-dev build-essential +RUN apt update && apt install -y --no-install-recommends libpq-dev build-essential WORKDIR /app -- cgit v1.2.3