Skip to content

Commit 9f89fca

Browse files
Merge pull request #1032 from Tecnativa/dependabot/docker/python-3.13.1-alpine
Bump python from 3.12.7-alpine to 3.13.1-alpine
2 parents ce441c5 + 0ccf93a commit 9f89fca

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,4 +1,4 @@
1-
FROM python:3.12.7-slim AS builder
1+
FROM python:3.13.1-slim AS builder
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry
88
# Test comment
99
RUN poetry export --extras duplicity --output /app/requirements.txt
1010

11-
FROM python:3.12.7-alpine AS base
11+
FROM python:3.13.1-alpine AS base
1212

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

0 commit comments

Comments
 (0)