1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Update golang Docker tag to v1.13.5 (#5)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>
This commit is contained in:
renovate[bot]
2020-01-06 14:07:25 +01:00
committed by Felix Bartels
parent dca6228c3d
commit 343730b9e1
+1 -1
View File
@@ -1,6 +1,6 @@
ARG CODE_VERSION=0.28.0
FROM golang:1.13.0-alpine3.10 as builder-sponge
FROM golang:1.13.5-alpine3.10 as builder-sponge
RUN apk add --no-cache git
RUN go get -d -v github.com/go-moreutils/sponge