From 8cc5cc8ecf4e3a2ec40797f2f0b06a56a596a325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:13:55 +0000 Subject: [PATCH] Bump python from 3.15.0rc1-alpine3.23 to 3.15.0rc2-alpine3.23 Bumps python from 3.15.0rc1-alpine3.23 to 3.15.0rc2-alpine3.23. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0rc2-alpine3.23 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 62b6aa2..728ed13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # begin with the base Alpine python image -FROM python:3.15.0rc1-alpine3.23 +FROM python:3.15.0rc2-alpine3.23 # create a directory to store the application WORKDIR /usr/local/ns-assembly