Skip to content

Commit b27014b

Browse files
committed
docker: bump to go 1.15.5
1 parent 551f90a commit b27014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All rights reserved. Use of this source code is governed
33
# by a MIT license that can be found in the LICENSE file.
44

5-
FROM golang:1.15.3
5+
FROM golang:1.15.5
66
WORKDIR /app
77
COPY . .
88
CMD ["/app/redir.app", "-s"]

0 commit comments

Comments
 (0)