From 73abb3c8a9f4cb6a1dc6c4ffc4120b3649c25f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:10:17 +0000 Subject: [PATCH] Bump python from 3.12.2-alpine to 3.12.3-alpine in the all-docker group Bumps the all-docker group with 1 update: python. Updates `python` from 3.12.2-alpine to 3.12.3-alpine --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f97bdd..38d1d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-alpine +FROM python:3.12.3-alpine COPY main.py /app/main.py ENTRYPOINT ["python", "/app/main.py"] \ No newline at end of file