diff --git a/Dockerfile b/Dockerfile index 151c3deb..0d184aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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