summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2019-10-19 00:47:00 +0000
committerRenovate Bot <bot@renovateapp.com>2019-10-19 00:47:00 +0000
commita5c327cc258b0cb10bdd9291ee4e509aa7b022cf (patch)
tree08c6fca532d3b774cdd44aa308dc9d497d3baf8a /Dockerfile
parent909c190c2fe5be203ab9c802b3d9fb7f15a4a68e (diff)
Update golang Docker tag to v1.13.3
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b8096da..17e0a1f8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.8 AS upx
RUN apk add --no-cache upx=3.94-r0
-FROM golang:1.13.1-alpine AS build
+FROM golang:1.13.3-alpine AS build
RUN apk add --no-cache \
make \