Parcourir la source

Update base docker image

DarthSim il y a 2 ans
Parent
commit
522947e0af
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.3.1"
+ARG BASE_IMAGE_VERSION="v3.3.2"
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}