Skip to content

Commit

Permalink
Revert "Use 3.11-slim as base image (#259)"
Browse files Browse the repository at this point in the history
This reverts commit 93ab8e8.

The OpenStack SDK is not yet happy with Python 3.11:

AttributeError: module 'inspect' has no attribute 'getargspec'.
Did you mean: 'getargs'?

More details: pyinvoke/invoke#833

Closes osism/issues#392

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 29, 2022
1 parent 34cf1af commit 00cd638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG RELEASE_RECEPTOR=1.0.0
FROM quay.io/project-receptor/receptor:${RELEASE_RECEPTOR} as receptor

FROM python:3.11.0-slim
FROM python:3.10-slim

ARG VERSION=latest
ARG IS_RELEASE=false
Expand Down

0 comments on commit 00cd638

Please sign in to comment.