Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Bump alpine:3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Feb 12, 2018
1 parent 52d942a commit 181d993
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.git/
.idea/
*.swp
Makefile
Readme.md
*.go
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.7

WORKDIR /app

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ build:
push:
@docker push $(REPO):$(GIT_SUMMARY)
@docker push $(REPO)

r:
@docker run -it -p 8080:8080 $(REPO):$(GIT_SUMMARY)
70 changes: 70 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package: github.com/msoedov/hacker-slides
import:
- package: github.com/Sirupsen/logrus
version: ^1.0.4
- package: github.com/atrox/haikunatorgo
version: ^2.0.0
- package: github.com/gin-contrib/sessions
- package: github.com/gin-gonic/gin
version: ^1.2.0
testImport:
- package: github.com/franela/goblin
version: ^0.0.1

0 comments on commit 181d993

Please sign in to comment.