Skip to content

Commit

Permalink
Up to golang 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed May 1, 2018
1 parent 9ef5e54 commit 81b062f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.0-alpine3.7
FROM golang:1.10.1-alpine3.7
MAINTAINER Toomore Chiang <toomore0929@gmail.com>

WORKDIR /go/src/github.com/toomore/mailbox/
Expand Down
2 changes: 1 addition & 1 deletion build-base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
docker pull alpine:3.7
docker pull golang:1.10.0-alpine3.7
docker pull golang:1.10.1-alpine3.7
docker build -t toomore/mailbox:base ./
2 changes: 1 addition & 1 deletion dev-run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ docker run -it --rm --link mailbox-mariadb:MARIADB \
-e "mailbox_ses_sender=???" \
-e "mailbox_ses_replyto=???" \
-e "mailbox_web_site=???" \
golang:1.10.0 bash
golang:1.10.1 bash

0 comments on commit 81b062f

Please sign in to comment.