🚀 fix dockerfile

This commit is contained in:
felinae98 2023-06-25 16:57:40 +08:00
parent 43a612da43
commit 4bf08d2446
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM python:3.10-slim as base
FROM python:3.11-slim-bullseye as base
FROM base as builder

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM python:3.10-slim as base
FROM python:3.11-slim-bullseye as base
FROM base as builder