We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542468f + 25e1ba1 commit 20b61c9Copy full SHA for 20b61c9
Dockerfile
@@ -1,5 +1,5 @@
1
# Debian GNU/Linux 10 (1.13.10-buster)
2
-FROM golang:1.13.10-buster
+FROM golang:1.16-buster
3
4
# copy entrypoint file
5
COPY entrypoint.go /usr/bin/entrypoint.go
@@ -8,4 +8,4 @@ COPY entrypoint.go /usr/bin/entrypoint.go
8
RUN chmod +x /usr/bin/entrypoint.go
9
10
# set entrypoint command
11
-ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
+ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go" ]
0 commit comments