Update Go to 1.14.7

This commit is contained in:
Robert Jacob 2020-08-09 16:24:06 +02:00
parent d86981f7bf
commit 8a1f211120
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.14.4-alpine AS builder
FROM golang:1.14.7-alpine AS builder
RUN apk add --no-cache make git