Browse Source

Use Debian Bulleye as base Docker image

DarthSim 4 years ago
parent
commit
cbbc481c7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -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 \