1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-18 16:31:44 +02:00

Use base Docker image from ghcr.io

This commit is contained in:
DarthSim 2024-10-29 23:30:45 +03:00
parent 85d25917d9
commit c0a9b3f883

View File

@ -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