1
0
DarthSim 1 жил өмнө
parent
commit
d266456268

+ 2 - 2
docker/Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v3.8.6"
+ARG BASE_IMAGE_VERSION="v3.9.0"
 
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
 
 
@@ -11,7 +11,7 @@ RUN docker/build.sh
 # ==================================================================================================
 # ==================================================================================================
 # Final image
 # Final image
 
 
-FROM debian:stable-slim
+FROM ubuntu:mantic
 LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
 LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
 
 
 RUN apt-get update \
 RUN apt-get update \