Browse Source

Update base Docker image

DarthSim 1 year ago
parent
commit
f0b9c05e98
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/Dockerfile

+ 2 - 2
docker/Dockerfile

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