Skip to content

Commit

Permalink
feat(tautulli): update docker.io/library/python ( 3.12.7 → 3.13.0 )
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/python | 3.12.7 | 3.13.0 |
  • Loading branch information
smurf-bot[bot] authored Oct 24, 2024
1 parent 457888b commit 4064587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tautulli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.12.7-alpine
FROM docker.io/library/python:3.13.0-alpine


LABEL dev.joryirving.image.target_platform=$TARGETPLATFORM

Check warning on line 4 in apps/tautulli/Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / Build/Test tautulli (linux/amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$TARGETPLATFORM' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Expand Down

0 comments on commit 4064587

Please sign in to comment.