Skip to content

Commit

Permalink
Remove Dockerfile bullseye restriction (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp committed May 18, 2024
1 parent 803fbfd commit c31a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c31a9c2

Please sign in to comment.