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

This commit is contained in:
renovate[bot]
2022-10-04 23:40:51 +00:00
parent 8fb2a638d8
commit 0068cbc382
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.1-alpine as go-builder
FROM golang:1.19.2-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make

View File

@@ -6,7 +6,7 @@ RUN cd /src/ui && npm ci && touch node_modules/.install
COPY ui /src/ui
RUN make -C /src/ui build
FROM golang:1.19.1-alpine as go-builder
FROM golang:1.19.2-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make