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

This commit is contained in:
renovate[bot]
2022-09-07 00:12:20 +00:00
parent 51d32d2853
commit 9759af2799
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.19.0-alpine as go-builder
FROM golang:1.19.1-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.19.0-alpine as go-builder
FROM golang:1.19.1-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make