Bump Go version to 1.15

This commit is contained in:
Toby 2020-08-29 16:32:52 -07:00
parent 1f6e51b2f7
commit e269fe09a6

View File

@ -1,5 +1,5 @@
# Debian GNU/Linux 10 (1.13.10-buster)
FROM golang:1.13.10-buster
FROM golang:1.15-buster
# copy entrypoint file
COPY entrypoint.go /usr/bin/entrypoint.go