Bump python from 3.11-alpine to 3.13-alpine (#28)

* Bump python from 3.11-alpine to 3.13-alpine

Bumps python from 3.11-alpine to 3.13-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dependencies

* Bump dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: f4lco <github@falcoduersch.com>
This commit is contained in:
dependabot[bot]
2024-11-17 11:57:01 +01:00
committed by GitHub
parent cddaa0421f
commit 38d4a5476e
4 changed files with 66 additions and 78 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ARG LISTEN_PORT=3080
### Shared base container
FROM python:3.11-alpine as basesys
FROM python:3.13-alpine as basesys
ARG DEPLOY_DIR
ARG USERNAME