Skip to content

Commit

Permalink
feat(container): update image docker.io/library/python
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/python | 3.13.0 | 3.13.1 |
| docker     | docker.io/library/python | 3.12   | 3.13   |
  • Loading branch information
lab-assistant[bot] authored Dec 16, 2024
1 parent 4a4a4bc commit c76bbf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/calibre-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.12-alpine
FROM docker.io/library/python:3.13-alpine

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion apps/esphome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.13.0-alpine
FROM docker.io/library/python:3.13.1-alpine

ARG VERSION

Expand Down

0 comments on commit c76bbf2

Please sign in to comment.