From 98a1939a837759777de2611f9919ed70132c485e Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Sat, 18 May 2024 13:35:11 -0700 Subject: [PATCH] Remove Dockerfile bullseye restriction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9fb39966..5427b0e1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY OpenOversight/app/static/ OpenOversight/app/static/ RUN yarn build -FROM python:3.12.3-slim-bullseye as base +FROM python:3.12.3-slim as base ARG IS_PROD ENV DEBIAN_FRONTEND noninteractive ENV PIP_NO_CACHE_DIR=1