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

Commit 181d993

Browse files
committed
Bump alpine:3.7
1 parent 52d942a commit 181d993

File tree

5 files changed

+88
-1
lines changed

5 files changed

+88
-1
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.git/
22
.idea/
33
*.swp
4+
Makefile
5+
Readme.md
46
*.go

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.7
22

33
WORKDIR /app
44

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ build:
1414
push:
1515
@docker push $(REPO):$(GIT_SUMMARY)
1616
@docker push $(REPO)
17+
18+
r:
19+
@docker run -it -p 8080:8080 $(REPO):$(GIT_SUMMARY)

glide.lock

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package: github.com/msoedov/hacker-slides
2+
import:
3+
- package: github.com/Sirupsen/logrus
4+
version: ^1.0.4
5+
- package: github.com/atrox/haikunatorgo
6+
version: ^2.0.0
7+
- package: github.com/gin-contrib/sessions
8+
- package: github.com/gin-gonic/gin
9+
version: ^1.2.0
10+
testImport:
11+
- package: github.com/franela/goblin
12+
version: ^0.0.1

0 commit comments

Comments
 (0)