Skip to content

Commit

Permalink
upgrade version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Falldog committed Apr 28, 2021
1 parent bb06ce1 commit c90bdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile.base

VERSION = 1.2
VERSION = 1.3
RELEASE_DIR = $(abspath ${DIST_DIR}/release/${VERSION})

fn-test-dcinja-linux-amd64 = docker run --rm -v `pwd`/${DIST_DIR}:/app $(1) sh -c "echo \"Normal: {{ name }}\" | /app/linux-amd64/dcinja -j '{\"name\": \"$(1)\"}'"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ FROM ubuntu:20.04 as dcinja-downloader
RUN apt-get update && apt-get install -y wget
RUN mkdir -p /app \
&& cd /app \
&& wget https://github.com/Falldog/dcinja/releases/download/v1.1/dcinja-1.1.linux-amd64.tar.gz \
&& tar xvzf dcinja-1.1.linux-amd64.tar.gz
&& wget https://github.com/Falldog/dcinja/releases/download/v1.3/dcinja-1.3.linux-amd64.tar.gz \
&& tar xvzf dcinja-1.3.linux-amd64.tar.gz
FROM ubuntu:20.04
COPY --from=dcinja-downloader /app/dcinja /bin/
Expand Down

0 comments on commit c90bdcf

Please sign in to comment.