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

This commit is contained in:
Renovate Bot
2021-12-04 00:19:28 +00:00
committed by renovate[bot]
parent 8955456c2c
commit d7d9fff5da
2 changed files with 2 additions and 2 deletions

View File

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

View File

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