Skip to content

Commit f72bfc8

Browse files
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] <[email protected]> * Bump dependencies * Bump dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: f4lco <[email protected]>
1 parent 28676b0 commit f72bfc8

File tree

4 files changed

+66
-78
lines changed

4 files changed

+66
-78
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build-and-test:
88
docker:
9-
- image: cimg/python:3.11
9+
- image: cimg/python:3.13
1010
steps:
1111
- checkout
1212
- run:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG LISTEN_PORT=3080
44

55

66
### Shared base container
7-
FROM python:3.11-alpine as basesys
7+
FROM python:3.13-alpine as basesys
88
ARG DEPLOY_DIR
99
ARG USERNAME
1010

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ sphinx-autobuild = "*"
1818
sphinx-rtd-theme = "*"
1919

2020
[requires]
21-
python_version = "3.11"
21+
python_version = "3.13"

Pipfile.lock

Lines changed: 63 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)