summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-07-11 15:54:56 +0000
committerdependabot[bot] <support@dependabot.com>2018-07-11 15:54:56 +0000
commitfa4130d0d0256040fd371a7af9662d2df4e28ecf (patch)
treec0e6cefb3e971d5e8368c106cf0541c480c5e4ce
parent510e9928e12f81c44f20a770c631f923a29c1098 (diff)
Bump golang from 1.10-alpine to 1.10.3-alpine
Bumps golang from 1.10-alpine to 1.10.3-alpine. Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 24c5537a..3c19a621 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.10-alpine@sha256:1c53b8ab451f8cfcafc9a4575522e9d860d8f743c6085a53b940fa78ab0a257b AS build
+FROM golang:1.10.3-alpine@sha256:f112162581e84b2a2939a8d292f74bb9bf1953a81cf8a30b114b17a53db2a482 AS build
RUN apk add --no-cache \
make \