Ver código fonte

Use base Docker image from ghcr.io

DarthSim 9 meses atrás
pai
commit
c0a9b3f883
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,6 +1,6 @@
 ARG BASE_IMAGE_VERSION="v3.12.0"
 
-FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION} AS build
+FROM ghcr.io/imgproxy/imgproxy-base:${BASE_IMAGE_VERSION} AS build
 
 ENV CGO_ENABLED=1