Skip to content

Commit d55b2a7

Browse files
Bump python from 3.9.7 to 3.11.0 (#12)
Bumps python from 3.9.7 to 3.11.0. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4843e87 commit d55b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# start by pulling the python image
2-
FROM python:3.9.7
2+
FROM python:3.11.0
33

44
# switch working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)