From d8e1e827cae8adf702a3cff84294c4dac633a688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:00:21 +0000 Subject: [PATCH] Bump python from 3.11.3-slim-buster to 3.11.4-slim-buster Bumps python from 3.11.3-slim-buster to 3.11.4-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 ac22284..4ad5ff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-slim-buster +FROM python:3.11.4-slim-buster LABEL org.opencontainers.image.source=https://github.com/brandonmoss-99/gallery-dl-docker LABEL org.opencontainers.image.description="gallery-dl, in Docker"