From d833ce3ac75c45f16cfae207873c38bbc7596f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:47:06 +0000 Subject: [PATCH] Bump python from 3.11.10-alpine3.19 to 3.11.11-alpine3.19 Bumps python from 3.11.10-alpine3.19 to 3.11.11-alpine3.19. --- 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 06509dc8c6e..c20dd8160a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY h/static ./h/static RUN yarn build # Stage 2: Build the rest of the app using the build output from Stage 1. -FROM python:3.11.10-alpine3.19 +FROM python:3.11.11-alpine3.19 LABEL maintainer="Hypothes.is Project and contributors" # Install system build and runtime dependencies.