Skip to content

Commit

Permalink
Merge pull request #90628 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-90617

release-22.2: acceptance: pin python version to 3.10
  • Loading branch information
rail authored Oct 25, 2022
2 parents fc3c863 + 0f29a7e commit cfc0dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acceptance/compose/gss/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.10
ENV PYTHONUNBUFFERED 1

RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
Expand Down

0 comments on commit cfc0dbc

Please sign in to comment.