Correct the docker base image tag

This commit is contained in:
Marc Di Luzio 2024-08-14 17:32:19 +01:00
parent 442fc906d8
commit f568d96239

View file

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM python:3.9-slim:3.12-slim
FROM --platform=$TARGETPLATFORM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy
LABEL org.opencontainers.image.description="Matchy matches matchees"
LABEL org.opencontainers.image.licenses=Unlicense