Browse Source

Update base image

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

+ 1 - 1
docker/Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v1.3.0"
+ARG BASE_IMAGE_VERSION="v1.3.1"
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
 LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"