1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Use Debian bullseye for CircleCI

This commit is contained in:
DarthSim 2021-05-19 13:50:57 +06:00
parent d0c1e49291
commit a3fc8f6868

View File

@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bullseye-slim
RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \