1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-03 23:19:17 +02:00

Use Debian Bulleye as base Docker image

This commit is contained in:
DarthSim
2021-06-16 19:33:45 +06:00
parent 8e6585e28d
commit cbbc481c7d

View File

@@ -9,7 +9,7 @@ RUN go build -v -o /usr/local/bin/imgproxy
# ==================================================================================================
# Final image
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
RUN apt-get update \