GOAWAY_COMMIT -> GOAWAY_REF

This commit is contained in:
WeebDataHoarder
2025-04-07 15:49:10 +02:00
parent 474b6a2cc4
commit ed1993ad6f

View File

@@ -15,7 +15,7 @@ ARG GOAWAY_REF="master"
RUN git clone https://git.gammaspectra.live/git/go-away.git /src/go-away
WORKDIR /src/go-away
RUN git reset --hard "${GOAWAY_COMMIT}"
RUN git reset --hard "${GOAWAY_REF}"
RUN ./build-compress.sh