Merge pull request #4 from tobyxdd/master

Bump Go version to 1.15
This commit is contained in:
Uday Hiwarale 2021-04-20 23:11:29 +02:00 committed by GitHub
commit 20b61c9d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Debian GNU/Linux 10 (1.13.10-buster)
FROM golang:1.13.10-buster
FROM golang:1.16-buster
# copy entrypoint file
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
# set entrypoint command
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]