Skip to content

Commit

Permalink
Merge pull request #638 from docat-org/dependabot/docker/python-3.12-…
Browse files Browse the repository at this point in the history
…slim

build(deps): bump python from 3.11-slim to 3.12-slim
  • Loading branch information
randombenj authored Nov 20, 2023
2 parents 7be9ab8 + 97c8b41 commit 4d74255
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 535 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV VITE_DOCAT_VERSION=$DOCAT_VERSION
RUN yarn build

# setup Python
FROM python:3.11-slim AS backend
FROM python:3.12-slim AS backend

# configure docker container
ENV PYTHONDONTWRITEBYTECODE=1 \
Expand All @@ -34,7 +34,7 @@ WORKDIR /app/docat
RUN poetry install --no-root --no-ansi --only main

# production
FROM python:3.11-slim
FROM python:3.12-slim

# set up the system
RUN apt update && \
Expand Down
Loading

0 comments on commit 4d74255

Please sign in to comment.