Skip to content

Commit 05a61fb

Browse files
Bump python from 3.13.2-alpine to 3.13.5-alpine
Bumps python from 3.13.2-alpine to 3.13.5-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f0fd80 commit 05a61fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.2-slim AS builder
1+
FROM python:3.13.5-slim AS builder
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./
@@ -9,7 +9,7 @@ RUN poetry self add poetry-plugin-export
99
# Test comment
1010
RUN poetry export --extras duplicity --output /app/requirements.txt
1111

12-
FROM python:3.13.2-alpine AS base
12+
FROM python:3.13.5-alpine AS base
1313

1414
ENV CRONTAB_15MIN='*/15 * * * *' \
1515
CRONTAB_HOURLY='0 * * * *' \

0 commit comments

Comments
 (0)