diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7b00786..fd26c65 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/.python-version b/.python-version index 976544c..f982feb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.7 +3.14.0 diff --git a/README.md b/README.md index dfd39a8..1bf583e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
integration
-
+
diff --git a/app/Dockerfile b/app/Dockerfile
index 44b0795..14eb38d 100644
--- a/app/Dockerfile
+++ b/app/Dockerfile
@@ -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 && \