mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-04 10:29:36 +02:00
Use base Docker image from ghcr.io
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user