Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Bump up version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 14, 2017
1 parent b54c2d6 commit 6d250df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash
PROGRAM := sisito-api
VERSION := v0.2.6
VERSION := v0.2.7
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)
RUNTIME_GOPATH := $(GOPATH):$(shell pwd)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN wget -O - -q https://github.com/progrium/entrykit/releases/download/v${ENTRY
chmod +x /bin/entrykit && \
entrykit --symlink

ARG SISITO_API_VERSION=0.2.6
ARG SISITO_API_VERSION=0.2.7
RUN wget -O - -q https://github.com/winebarrel/sisito-api/releases/download/v${SISITO_API_VERSION}/sisito-api-v${SISITO_API_VERSION}-linux-amd64.gz \
| gunzip > /sbin/sisito-api && \
chmod +x /sbin/sisito-api
Expand Down

0 comments on commit 6d250df

Please sign in to comment.