Skip to content

Commit 20b61c9

Browse files
authored
Merge pull request #4 from tobyxdd/master
Bump Go version to 1.15
2 parents 542468f + 25e1ba1 commit 20b61c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Debian GNU/Linux 10 (1.13.10-buster)
2-
FROM golang:1.13.10-buster
2+
FROM golang:1.16-buster
33

44
# copy entrypoint file
55
COPY entrypoint.go /usr/bin/entrypoint.go
@@ -8,4 +8,4 @@ COPY entrypoint.go /usr/bin/entrypoint.go
88
RUN chmod +x /usr/bin/entrypoint.go
99

1010
# set entrypoint command
11-
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
11+
ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]

0 commit comments

Comments
 (0)