Skip to content

Commit

Permalink
Upgrade to golang:1.10-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
usr42 committed Apr 24, 2018
1 parent a5b3e74 commit db5dbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.8
- "1.10"

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.8-alpine
FROM golang:1.10-alpine

VOLUME /config
EXPOSE 6060 6061
Expand Down

0 comments on commit db5dbbe

Please sign in to comment.