Update python Docker tag

This commit is contained in:
renovate[bot]
2025-10-08 02:10:26 +00:00
committed by GitHub
parent 9e9451b5e8
commit db7d587d93
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Set up Python 3.13
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@@ -1 +1 @@
3.13.7
3.14.0

View File

@@ -4,7 +4,7 @@ ARG GID=1000
#
# first stage for our base image
FROM python:3.13-alpine AS base
FROM python:3.14-alpine AS base
COPY --chmod=0700 ./hardening_base.sh /
RUN apk upgrade --no-cache && \