diff options
author | Paramtamtam <[email protected]> | 2020-12-08 11:43:25 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2020-12-08 11:43:25 +0500 |
commit | bd60c9401c8873f317cedafbf11ebbe531f7292c (patch) | |
tree | 358809185b1fe6a2a49e5cf7e9b48ad2b51f1e74 /Dockerfile | |
parent | 23a0215378c6181e245821c88602c1d49a1914e4 (diff) |
WIP
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" .` |