chore(deps): update golang docker tag to v1.13.6

This commit is contained in:
Renovate Bot
2020-01-10 09:44:50 +00:00
parent 06ba4845c1
commit 982e966d7b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ COPY Makefile /src/Makefile
COPY ui /src/ui
RUN make -C /src ui
FROM golang:1.13.5-alpine as go-builder
FROM golang:1.13.6-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY go.mod /src/go.mod

View File

@@ -4,7 +4,7 @@ COPY Makefile /src/Makefile
COPY ui /src/ui
RUN make -C /src ui
FROM golang:1.13.5-alpine as go-builder
FROM golang:1.13.6-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY go.mod /src/go.mod