Skip to content

Commit e7479c2

Browse files
committed
Redefine RELEASE VERSION
1 parent 9351905 commit e7479c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ARG SELF_HOSTED=0
1212
# ---- CLI Build Stage ----
1313
FROM golang:1.24.2-bullseye AS cli-builder
1414

15+
ARG RELEASE_VERSION
1516
ARG SEQUIN_CLI_VERSION=${RELEASE_VERSION}
1617
RUN git clone --depth 1 --branch v${SEQUIN_CLI_VERSION} https://github.com/sequinstream/sequin.git /tmp/sequin \
1718
&& cd /tmp/sequin/cli \

0 commit comments

Comments
 (0)