From a40d22c7717a939d1614c469f36a79fd1edb5eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:11:09 +0000 Subject: [PATCH] Bump python from 3.11.1-slim-buster to 3.11.2-slim-buster Bumps python from 3.11.1-slim-buster to 3.11.2-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a2cc37..96a6e6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.1-slim-buster +FROM python:3.11.2-slim-buster LABEL org.opencontainers.image.source=https://github.com/brandonmoss-99/gallery-dl-docker LABEL org.opencontainers.image.description="gallery-dl, in Docker"