Skip to content

Commit

Permalink
0.3.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Dec 15, 2019
1 parent 58ca6b2 commit 4bacd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions extras/gaia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ ADD . /app
ADD .goreleaser.yml /app


RUN cd /app/cmd/server && \
/app/bin/goreleaser --snapshot --rm-dist
RUN /app/bin/goreleaser --snapshot --rm-dist

# final stage
FROM debian:buster-slim
Expand Down
2 changes: 1 addition & 1 deletion extras/gaia/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := 0.3.2
version := 0.3.3
commit := $(shell git rev-parse HEAD)
gaia_version := gaia-$(version)
gaia_version_commit := gaia-$(version)-$(commit)
Expand Down

0 comments on commit 4bacd77

Please sign in to comment.