Skip to content

Commit

Permalink
Merge pull request #211 from joryirving/renovate/tautulli-docker.io-l…
Browse files Browse the repository at this point in the history
…ibrary-python-3.13.x

fix(tautulli): update docker.io/library/python ( 3.13.1 → 3.13.2 )
  • Loading branch information
joryirving authored Feb 7, 2025
2 parents 7c2eb10 + cdce848 commit 98826fa
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.13.1-alpine
FROM docker.io/library/python:3.13.2-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 98826fa

Please sign in to comment.