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 # Final image
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>" LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
RUN apt-get update \ RUN apt-get update \