Skip to content

Commit 3a10a54

Browse files
committed
update to min python version for current dependency set
1 parent 418e3c5 commit 3a10a54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

circleci/images/citusupgradetester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2-
FROM python:3.9.7-slim-bullseye AS base
2+
FROM python:3.10-slim-bullseye AS base
33

44
# add unpriviliged user for tests
55
RUN useradd -ms /bin/bash circleci

circleci/images/failtester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2-
FROM python:3.9.7-slim-bullseye
2+
FROM python:3.10-slim-bullseye
33

44
# add unpriviliged user for tests
55
RUN useradd -ms /bin/bash circleci

circleci/images/pgupgradetester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2-
FROM python:3.9.7-slim-bullseye
2+
FROM python:3.10-slim-bullseye
33

44
# add unpriviliged user for tests
55
RUN useradd -ms /bin/bash circleci

0 commit comments

Comments
 (0)