From 4e8d656ed8854bcdc630325c0b86cca8bc4c28d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:52:30 +0000 Subject: [PATCH] chore(docker): bump python in /Docker/prod/CLI Bumps python from 3.11-slim to 3.12-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Docker/prod/CLI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/prod/CLI/Dockerfile b/Docker/prod/CLI/Dockerfile index 34dd60d20..0b4a17228 100644 --- a/Docker/prod/CLI/Dockerfile +++ b/Docker/prod/CLI/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 python:3.11-slim as runner +FROM --platform=linux/amd64 python:3.12-slim as runner LABEL org.opencontainers.image.title="Drifty CLI" LABEL org.opencontainers.image.description="Drifty is an Open-Source Interactive File Downloader System built with Java"