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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user