summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2020-12-08 11:43:25 +0500
committerParamtamtam <[email protected]>2020-12-08 11:43:25 +0500
commitbd60c9401c8873f317cedafbf11ebbe531f7292c (patch)
tree358809185b1fe6a2a49e5cf7e9b48ad2b51f1e74 /Dockerfile
parent23a0215378c6181e245821c88602c1d49a1914e4 (diff)
WIP
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fd299b7b..8fac4b63 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Image page: <https://hub.docker.com/_/golang>
-FROM golang:1.15.6-alpine as builder
+FROM golang:1.15.5-alpine as builder
# app version and build date must be passed during image building (version without any prefix).
# e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .`