Skip to content

Commit

Permalink
Merge pull request #33 from abdulrahman305/snyk-fix-35f3d889ef1595971…
Browse files Browse the repository at this point in the history
…c68e1dbd55461e1

[Snyk] Security upgrade python from 3.10-slim to 3.13.0b2-slim
  • Loading branch information
abdulrahman305 authored Jul 7, 2024
2 parents 184c80e + 0ab142c commit 376ad11
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.0b2-slim AS autogpt-base

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

0 comments on commit 376ad11

Please sign in to comment.