We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34abe commit 8a16bd3Copy full SHA for 8a16bd3
Dockerfile
@@ -16,7 +16,7 @@ COPY start_processes.sh main.go ./
16
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o proxy .
17
18
# Final stage using official imgproxy
19
-FROM ghcr.io/imgproxy/imgproxy:v3.27.2
+FROM ghcr.io/imgproxy/imgproxy:v3.30
20
21
# Copy our proxy binary
22
COPY --from=builder /app/proxy /usr/local/bin/
0 commit comments