We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cbdc5 commit 00960b3Copy full SHA for 00960b3
images/Containerfile
@@ -36,7 +36,7 @@ RUN curl -sSL "https://github.com/zyedidia/eget/releases/download/v${EGET_VER}/e
36
eget jj-vcs/jj --tag "v${JJ_VER}" && \
37
eget queil/rooz --tag "v${ROOZ_VER}" && \
38
eget ankitpokhrel/jira-cli --tag "v${JIRA_CLI_VER}" && \
39
- eget BurntSushi/ripgrep --tag "v${RIPGREP_VER}"
+ eget BurntSushi/ripgrep --tag "${RIPGREP_VER}"
40
41
ARG INIT_REPO=https://github.com/queil/image
42
ARG INIT_BRANCH=main
0 commit comments