Bump golang from 1.18.4-alpine to 1.19.0-alpine

Bumps golang from 1.18.4-alpine to 1.19.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-01 02:00:40 +00:00 committed by Dmitry Belyaev
parent ef86f58393
commit 2692669cf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18.4-alpine as build
FROM golang:1.19.0-alpine as build
WORKDIR /tmp/build