Skip to content

Commit 93c7809

Browse files
Update python Docker tag to v3.14 (#227)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.13 | 3.14 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb02e6a commit 93c7809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nap-dos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.19
2-
FROM python:3.13-alpine
2+
FROM python:3.14-alpine
33

44
COPY nap-dos/flaskserver.py .
55
COPY nap-dos/requirements.txt .

0 commit comments

Comments
 (0)