We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c660ac5 commit d34111cCopy full SHA for d34111c
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ ADD ${GITHUB_BASEURL}/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-a
31
RUN chmod +x /usr/bin/easy-add
32
33
# renovate: datasource=github-releases packageName=itzg/restify
34
-ARG RESTIFY_VERSION=1.7.12
+ARG RESTIFY_VERSION=1.7.13
35
RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
36
--var version=${RESTIFY_VERSION} --var app=restify --file {{.app}} \
37
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
0 commit comments