Merge pull request #1048 from prymitive/renovate/docker-golang-1.13.x

chore(deps): update golang docker tag to v1.13.3
This commit is contained in:
Łukasz Mierzwa
2019-10-18 09:31:09 +01:00
committed by GitHub
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