Skip to content

Commit

Permalink
Update python Docker tag to v3.13 (#98)
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | python  | 3.12 | 3.13 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 69667f9 commit 0a20646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nap-dos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.11
FROM python:3.12-alpine
FROM python:3.13-alpine

COPY nap-dos/flaskserver.py .
COPY nap-dos/requirements.txt .
Expand Down

0 comments on commit 0a20646

Please sign in to comment.