Update python Docker tag
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Set up Python 3.13
|
- name: Set up Python 3.13
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.14"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.13.7
|
3.14.0
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ ARG GID=1000
|
|||||||
|
|
||||||
#
|
#
|
||||||
# first stage for our base image
|
# 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 /
|
COPY --chmod=0700 ./hardening_base.sh /
|
||||||
RUN apk upgrade --no-cache && \
|
RUN apk upgrade --no-cache && \
|
||||||
|
|||||||
Reference in New Issue
Block a user