Skip to content

Commit

Permalink
update debian distro for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
zganger committed Jun 4, 2024
1 parent 62467a8 commit 2851914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-slim-bullseye AS base
FROM python:3-slim-bookworm AS base

RUN apt-get update && apt-get install curl -y && apt-get install g++ libpq-dev gcc python3-dev -y

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.cloud
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build command:
# docker build -t police-data-trust-backend-dev -f backend/Dockerfile.cloud .
FROM python:3-slim-bullseye
FROM python:3-slim-bookworm

# required for pandas
RUN apt-get update -y && apt-get install gcc g++ python3-dev wget -y
Expand Down

0 comments on commit 2851914

Please sign in to comment.