We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9351905 commit e7479c2Copy full SHA for e7479c2
Dockerfile
@@ -12,6 +12,7 @@ ARG SELF_HOSTED=0
12
# ---- CLI Build Stage ----
13
FROM golang:1.24.2-bullseye AS cli-builder
14
15
+ARG RELEASE_VERSION
16
ARG SEQUIN_CLI_VERSION=${RELEASE_VERSION}
17
RUN git clone --depth 1 --branch v${SEQUIN_CLI_VERSION} https://github.com/sequinstream/sequin.git /tmp/sequin \
18
&& cd /tmp/sequin/cli \
0 commit comments