Skip to content

Commit 00960b3

Browse files
authored
Fix tag variable usage for ripgrep in Containerfile
1 parent d7cbdc5 commit 00960b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN curl -sSL "https://github.com/zyedidia/eget/releases/download/v${EGET_VER}/e
3636
eget jj-vcs/jj --tag "v${JJ_VER}" && \
3737
eget queil/rooz --tag "v${ROOZ_VER}" && \
3838
eget ankitpokhrel/jira-cli --tag "v${JIRA_CLI_VER}" && \
39-
eget BurntSushi/ripgrep --tag "v${RIPGREP_VER}"
39+
eget BurntSushi/ripgrep --tag "${RIPGREP_VER}"
4040

4141
ARG INIT_REPO=https://github.com/queil/image
4242
ARG INIT_BRANCH=main

0 commit comments

Comments
 (0)