Parcourir la source

Update base Docker image

DarthSim il y a 2 ans
Parent
commit
5a7b6068c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v3.5.0"
+ARG BASE_IMAGE_VERSION="v3.5.1"
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}