From dd2d876433bb94766a657280ba4b12f9a634b999 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 21:08:41 +0000 Subject: [PATCH] fix: autogpts/autogpt/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 --- autogpts/autogpt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpts/autogpt/Dockerfile b/autogpts/autogpt/Dockerfile index 7121c6914397..107f6850c78e 100644 --- a/autogpts/autogpt/Dockerfile +++ b/autogpts/autogpt/Dockerfile @@ -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.0rc2-slim AS autogpt-base # Install browsers RUN apt-get update && apt-get install -y \