chore(deps): bump golang from 1.19.4-alpine to 1.19.5-alpine

Bumps golang from 1.19.4-alpine to 1.19.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-11 06:12:25 +00:00
committed by Łukasz Mierzwa
parent eef41ce2aa
commit f85ba0d65b

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.4-alpine as go-builder
FROM golang:1.19.5-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make