Browse Source

Use base Docker image from ghcr.io

DarthSim 6 months ago
parent
commit
c0a9b3f883
1 changed files with 1 additions and 1 deletions
  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