Skip to content

Commit

Permalink
[Snyk] Security upgrade python from 3.11-slim-buster to 3.11.10-slim-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle and snyk-bot authored Nov 11, 2024
1 parent 9e42466 commit 3c0dea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogpt_platform/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-buster AS builder
FROM python:3.11.10-slim-bookworm AS builder

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down Expand Up @@ -35,7 +35,7 @@ COPY autogpt_platform/backend/schema.prisma ./
RUN poetry config virtualenvs.create false \
&& poetry run prisma generate

FROM python:3.11-slim-buster AS server_dependencies
FROM python:3.11.10-slim-bookworm AS server_dependencies

WORKDIR /app

Expand Down

0 comments on commit 3c0dea0

Please sign in to comment.