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
…bookworm (#8557)

Co-authored-by: Swifty <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 21100c1 commit 799c6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogpt_platform/market/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/market /app/autogpt_platform/market
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 799c6e5

Please sign in to comment.