File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1414env :
1515 # renovate: datasource=python-version depName=python
16- PYTHON_VERSION : 3.13.8
16+ PYTHON_VERSION : 3.14.0
1717 REVIEWDOG_LEVEL : warning
1818 REVIEWDOG_REPORTER : github-pr-review
1919 REVIEWDOG_FILTER_MODE : file
Original file line number Diff line number Diff line change 1717 DOCKER_BUILD_SUMMARY : true
1818 DOCKER_BUILD_CHECKS_ANNOTATIONS : true
1919 # renovate: datasource=python-version depName=python
20- PYTHON_VERSION : 3.13.8
20+ PYTHON_VERSION : 3.14.0
2121 SHA_PREFIX_LENGTH : 7
2222 VALIDATE_TIMEOUT_MINUTES : 10
2323 BUILD_TIMEOUT_MINUTES : 15
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
2727 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2828env :
2929 # renovate: datasource=python-version depName=python
30- PYTHON_VERSION : 3.13.8
30+ PYTHON_VERSION : 3.14.0
3131 ARTIFACT_RETENTION_DAYS : 7
3232jobs :
3333 changes :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1313env :
1414 # renovate: datasource=python-version depName=python
15- PYTHON_VERSION : 3.13.8
15+ PYTHON_VERSION : 3.14.0
1616 SAFETY_SEVERITY : HIGH,CRITICAL
1717 ARTIFACT_RETENTION_DAYS : 30
1818 REVIEWDOG_REPORTER : github-pr-review
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
2121 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2222env :
2323 # renovate: datasource=python-version depName=python
24- PYTHON_VERSION : 3.13.8
24+ PYTHON_VERSION : 3.14.0
2525 COVERAGE_THRESHOLD : 80
2626 ARTIFACT_RETENTION_DAYS : 7
2727jobs :
Original file line number Diff line number Diff line change 1- 3.13.8
1+ 3.14.0
Original file line number Diff line number Diff line change 1- FROM python:3.13.8 -slim AS base
1+ FROM python:3.14.0 -slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS base
22
33LABEL org.opencontainers.image.source="https://github.com/allthingslinux/tux" \
44 org.opencontainers.image.description="Tux - The all in one discord bot for the All Things Linux Community" \
@@ -130,7 +130,7 @@ COPY docker/entrypoint.sh /entrypoint.sh
130130RUN chmod +x /entrypoint.sh
131131CMD ["/entrypoint.sh" ]
132132
133- FROM python:3.13.8 -slim AS production
133+ FROM python:3.14.0 -slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS production
134134
135135LABEL org.opencontainers.image.source="https://github.com/allthingslinux/tux" \
136136 org.opencontainers.image.description="Tux - The all in one discord bot for the All Things Linux Community" \
You can’t perform that action at this time.
0 commit comments