Change to bullseye docker

This commit is contained in:
David
2022-02-02 20:33:18 +01:00
committed by GitHub
parent ae185b311c
commit 0bfd60b38d

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.10-alpine
FROM python:3.10-bullseye
WORKDIR /app