workflow
All checks were successful
Build Docker Image / build (push) Successful in 3m7s

This commit is contained in:
Matt Avery 2025-06-24 22:51:34 -04:00
parent 2af6c89942
commit 43b42f061d

View File

@ -1,6 +1,6 @@
FROM golang:1-alpine AS builder
ENV WALG_VERSION=v3.0.7
ENV WALG_VERSION=v3.0.5
ENV USE_BROTLI=1
RUN set -ex \