Bump golang from 1.19.1-alpine to 1.19.2-alpine

Bumps golang from 1.19.1-alpine to 1.19.2-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] 2022-11-01 02:00:50 +00:00 committed by Dmitry Belyaev
parent 74f075e4e7
commit 6c82087875
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine as build
FROM golang:1.19.2-alpine as build
WORKDIR /tmp/build