Skip to content

Commit

Permalink
fix: autogpts/autogpt/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 25, 2024
1 parent 8ec9db4 commit 9c606c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUILD_TYPE=dev

# Use an official Python base image from the Docker Hub
FROM python:3.10-slim AS autogpt-base
FROM python:3.13-slim AS autogpt-base

# Install browsers
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 9c606c8

Please sign in to comment.