Skip to content

Commit

Permalink
Bump python from 3.13.0-slim to 3.13.1-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.13.0-slim to 3.13.1-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 83b319e commit eecdf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Creating a python base with shared environment variables
FROM python:3.13.0 as base
FROM python:3.13.1 as base
ENV PIP_NO_CACHE_DIR=off \
PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
Expand All @@ -22,7 +22,7 @@ COPY ./poetry.lock ./pyproject.toml ./
RUN $POETRY_HOME/bin/poetry install --without dev --no-root

# `production` stage uses the dependencies downloaded in the `base` stage
FROM python:3.13.0-slim as production
FROM python:3.13.1-slim as production

# Install pandoc for markdown to Jira conversions.
RUN apt-get -y update && \
Expand Down

0 comments on commit eecdf3a

Please # to comment.