Skip to content

Commit

Permalink
Bump python from 3.10 to 3.11 in /tests/docker (#3206)
Browse files Browse the repository at this point in the history
* Bump python from 3.10 to 3.11 in /tests/docker

Bumps python from 3.10 to 3.11.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update gitlab.Dockerfile

* Update Dockerfile

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
dependabot[bot] and lucacome authored Nov 3, 2022
1 parent fb6bbeb commit f70cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is here so we can grab the latest version of kind and have dependabot keep it up to date
FROM kindest/node:v1.25.3

FROM python:3.10
FROM python:3.11

RUN apt-get update \
&& apt-get install -y curl git \
Expand Down

0 comments on commit f70cf54

Please sign in to comment.