From 71a751fd7f815ceafae52dbc27d3b5c1f3e43db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 05:29:22 +0000 Subject: [PATCH] Bump pumbaasdad/poetry from 2025-03-30 to 2025-04-09 Bumps [pumbaasdad/poetry](https://github.com/pumbaasdad/python-poetry-docker) from 2025-03-30 to 2025-04-09. - [Release notes](https://github.com/pumbaasdad/python-poetry-docker/releases) - [Commits](https://github.com/pumbaasdad/python-poetry-docker/commits) --- updated-dependencies: - dependency-name: pumbaasdad/poetry dependency-version: '2025-04-09' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66201da..b64930b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ FROM alpine:3.21.3 AS alpine FROM python:3.13.2 AS python RUN python -V > .python_version -FROM ghcr.io/pumbaasdad/poetry:2025-03-30 AS poetry +FROM ghcr.io/pumbaasdad/poetry:2025-04-09 AS poetry RUN poetry -V > .poetry_version -FROM ghcr.io/pumbaasdad/poetry:2025-03-30 +FROM ghcr.io/pumbaasdad/poetry:2025-04-09 LABEL maintainer="Pumbaa's Dad <32616257+pumbaasdad@users.noreply.github.com>"