Archived
1

Update Dockerfile with CA certificates

This commit is contained in:
2019-10-08 10:56:02 +04:00
parent c2caa0844a
commit f541809913
2 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "0.1.0"
const VERSION = "0.1.1"
// Context is the main application context.
type Context struct {