chore(deps): update golang docker tag to v1.15.7 (#2651)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-01-20 08:04:05 +00:00
committed by GitHub
parent 3f7b4c3180
commit 15a2e3884f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ RUN apk add make git
COPY ui /src/ui
RUN make -C /src/ui build
FROM golang:1.15.6-alpine as go-builder
FROM golang:1.15.7-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make

View File

@@ -7,7 +7,7 @@ RUN apk add make git
COPY ui /src/ui
RUN make -C /src/ui build
FROM golang:1.15.6-alpine as go-builder
FROM golang:1.15.7-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make