Revert "chore: switch to python 3.11 base container"
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This reverts commit 5d14e28ace.
This commit is contained in:
Robert Kaussow 2022-07-24 15:51:47 +02:00
parent 5d14e28ace
commit 0391b42b53
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.10-alpine@sha256:ba6cfcca463537621aac63ffda4f93cd73e1f3dea59a83287603fbebd02444e4
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"