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

This commit is contained in:
Renovate Bot
2019-10-18 05:55:06 +00:00
parent c0653c5a5a
commit d241b73334
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.1-alpine as go-builder
FROM golang:1.13.3-alpine as go-builder
RUN apk add --update 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.1-alpine as go-builder
FROM golang:1.13.3-alpine as go-builder
RUN apk add --update make git
COPY Makefile /src/Makefile
COPY go.mod /src/go.mod