Explorar o código

Use Debian Bulleye as base Docker image

DarthSim %!s(int64=4) %!d(string=hai) anos
pai
achega
cbbc481c7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \