Skip to content

Commit 40cf37a

Browse files
Merge pull request #1141 from Tecnativa/dependabot/docker/python-3.13.5-alpine
Bump python from 3.13.2-alpine to 3.13.5-alpine
2 parents 3f0fd80 + 05a61fb commit 40cf37a

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)