mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-18 11:12:10 +02:00
Use Debian Bulleye as base Docker image
This commit is contained in:
parent
8e6585e28d
commit
cbbc481c7d
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user