Skip to content

Commit

Permalink
build: upgrade entrypoint-demoter (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Sep 10, 2024
1 parent 0abac45 commit bbd680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG EASY_ADD_VERSION=0.8.8
ADD ${GITHUB_BASEURL}/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-add_${TARGETOS}_${TARGETARCH}${TARGETVARIANT} /usr/bin/easy-add
RUN chmod +x /usr/bin/easy-add

ARG ENTRYPOINT_DEMOTER_VERSION=0.4.5
ARG ENTRYPOINT_DEMOTER_VERSION=0.4.6
RUN easy-add --var version=${ENTRYPOINT_DEMOTER_VERSION} --var app=entrypoint-demoter --file {{.app}} --from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/v{{.version}}/{{.app}}_{{.version}}_linux_${TARGETARCH}.tar.gz

ARG SET_PROPERTY_VERSION=0.1.2
Expand Down

0 comments on commit bbd680b

Please sign in to comment.