Skip to content

Commit 8a16bd3

Browse files
committed
update imgproxy to 3.30
1 parent 3f34abe commit 8a16bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY start_processes.sh main.go ./
1616
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o proxy .
1717

1818
# Final stage using official imgproxy
19-
FROM ghcr.io/imgproxy/imgproxy:v3.27.2
19+
FROM ghcr.io/imgproxy/imgproxy:v3.30
2020

2121
# Copy our proxy binary
2222
COPY --from=builder /app/proxy /usr/local/bin/

0 commit comments

Comments
 (0)