From a6ca2820fb619b95df17c967d3b71290916c6d9c Mon Sep 17 00:00:00 2001 From: Matt Avery Date: Tue, 24 Jun 2025 22:31:07 -0400 Subject: [PATCH] workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40c7651..498f54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN set -ex \ RUN set -ex \ && git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \ && cd $GOPATH/src/wal-g/ \ - && git checkout $WALG_VERSION + && git checkout $WALG_VERSION \ && make deps \ && GOBIN=/usr/local/bin make pg_install RUN wal-g --help