Skip to content

Commit 944bcc5

Browse files
Bump python from 3.13.2-slim to 3.13.3-slim (#1127)
Bumps python from 3.13.2-slim to 3.13.3-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.3-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 058f543 commit 944bcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Creating a python base with shared environment variables
2-
FROM python:3.13.2 AS base
2+
FROM python:3.13.3 AS base
33
ENV PIP_NO_CACHE_DIR=off \
44
PIP_DEFAULT_TIMEOUT=100 \
55
PIP_DISABLE_PIP_VERSION_CHECK=on \
@@ -22,7 +22,7 @@ COPY ./poetry.lock ./pyproject.toml ./
2222
RUN $POETRY_HOME/bin/poetry install --without dev --no-root
2323

2424
# `production` stage uses the dependencies downloaded in the `base` stage
25-
FROM python:3.13.2-slim AS production
25+
FROM python:3.13.3-slim AS production
2626

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

0 commit comments

Comments
 (0)