Skip to content

Commit

Permalink
chore: Use python:3.12-bookworm (#504)
Browse files Browse the repository at this point in the history
Use python:3.12-bookworm instead of python:3.12-slim-bookworm.
  • Loading branch information
kesara committed Sep 3, 2024
1 parent f94cb9b commit c274275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CMD ["yarn", "start"]
# BASE
# ---------------------------------------------------------------------
# Base backend
FROM python:3.12-slim-bookworm as base
FROM python:3.12-bookworm as base
ENV PYCURL_SSL_LIBRARY openssl
ENV APT_BUILD_DEPS "build-essential libpq-dev"

Expand Down

0 comments on commit c274275

Please sign in to comment.