Bump Go version to 1.16
This commit is contained in:
parent
e269fe09a6
commit
25e1ba1da2
@ -1,5 +1,5 @@
|
|||||||
# Debian GNU/Linux 10 (1.13.10-buster)
|
# Debian GNU/Linux 10 (1.13.10-buster)
|
||||||
FROM golang:1.15-buster
|
FROM golang:1.16-buster
|
||||||
|
|
||||||
# copy entrypoint file
|
# copy entrypoint file
|
||||||
COPY entrypoint.go /usr/bin/entrypoint.go
|
COPY entrypoint.go /usr/bin/entrypoint.go
|
||||||
@ -8,4 +8,4 @@ COPY entrypoint.go /usr/bin/entrypoint.go
|
|||||||
RUN chmod +x /usr/bin/entrypoint.go
|
RUN chmod +x /usr/bin/entrypoint.go
|
||||||
|
|
||||||
# set entrypoint command
|
# set entrypoint command
|
||||||
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
|
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user