Skip to content
Snippets Groups Projects
Commit 2f371ba5 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Merge branch 'dependabot-docker-library-python-3.13.2-slim' into 'master'

Bump library/python from 3.12.5-slim to 3.13.2-slim

See merge request !174
parents 05b236cd 509809f7
No related branches found
No related tags found
1 merge request!174Bump library/python from 3.12.5-slim to 3.13.2-slim
Checking pipeline status
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
FROM registry.hub.docker.com/library/python:3.12.5-slim AS poetry
FROM registry.hub.docker.com/library/python:3.13.2-slim AS poetry
# Update and install curl
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install curl
......@@ -22,7 +22,7 @@ COPY src/ /hca/src/
ENV VIRTUAL_ENV=/venv
RUN poetry install
FROM registry.hub.docker.com/library/python:3.12.5-slim
FROM registry.hub.docker.com/library/python:3.13.2-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y dist-upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment