Skip to content

Commit

Permalink
Bump docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 28, 2025
1 parent 6217cbf commit a2ba8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.12-slim

RUN apt-get update && apt-get install --no-install-recommends -y redis libleveldb1d libleveldb-dev build-essential libpq-dev && \
update-ca-certificates && mkdir -p /run/redis && mkdir -p /var/run/dpp && \
Expand Down

0 comments on commit a2ba8cb

Please sign in to comment.