summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-18 19:07:28 +0000
committerGitHub <noreply@github.com>2020-04-18 19:07:28 +0000
commit3ca3e07c0969650c6183e644b9a92d30fbdeb88e (patch)
tree72ba896364bce523219a679f090fe2da31e7e79d /Dockerfile
parentfd8197d683c5262cd11ce0c0d2d94c47d9e6703f (diff)
chore(deps): bump golang from 1.14.1-alpine3.11 to 1.14.2-alpine3.11
Bumps golang from 1.14.1-alpine3.11 to 1.14.2-alpine3.11. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 956d213c..18d15042 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM hairyhenderson/upx:3.94 AS upx
-FROM golang:1.14.1-alpine3.11 AS build
+FROM golang:1.14.2-alpine3.11 AS build
RUN apk add --no-cache \
make \