From d9ecc8f3879338d6b6425b44038365370e63b288 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 09:13:43 +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-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 --- autogpts/autogpt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpts/autogpt/Dockerfile b/autogpts/autogpt/Dockerfile index fad9d213b562..1c70e741d8d1 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.13.0b2-slim AS autogpt-base +FROM python:3.13.0rc2-slim AS autogpt-base # Install browsers RUN apt-get update && apt-get install -y \