Skip to content

Commit

Permalink
Update golang Docker tag to v1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 23, 2019
1 parent 16a2ece commit 81dc3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.1 AS build-env
FROM golang:1.11.5 AS build-env
ENV APP_DIR ${GOPATH}/src/github.com/tkitsunai/edinet-go
WORKDIR ${APP_DIR}
COPY ./ ${APP_DIR}
Expand Down

0 comments on commit 81dc3bd

Please # to comment.