Browse Source

Update base Docker image

DarthSim 5 months ago
parent
commit
15dfee66c2
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="v3.12.0"
+ARG BASE_IMAGE_VERSION="v3.13.0"
 
 FROM ghcr.io/imgproxy/imgproxy-base:${BASE_IMAGE_VERSION} AS build