From b0256b06323c9ecdcdaf545e815c1702f3c27502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:03:36 +0000 Subject: [PATCH] Bump python from 3.11.9-alpine3.19 to 3.11.10-alpine3.19 Bumps python from 3.11.9-alpine3.19 to 3.11.10-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 6dc1109..d387074 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-alpine3.19 +FROM python:3.11.10-alpine3.19 MAINTAINER Hypothes.is Project and contributors # Create the h-periodic user, group, home directory and package directory.