diff --git a/containers/runtime/python/Dockerfile b/containers/runtime/python/Dockerfile index 2e3471c4..258f8317 100644 --- a/containers/runtime/python/Dockerfile +++ b/containers/runtime/python/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-buster +FROM python:3.9-slim-bullseye RUN mkdir -p /src/workspace WORKDIR /src/workspace