Bump golang from 1.19.3-alpine to 1.19.4-alpine

Bumps golang from 1.19.3-alpine to 1.19.4-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-01 02:00:22 +00:00 committed by Dmitry Belyaev
parent aa22e77a98
commit 0e1e2e3c8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine as build
FROM golang:1.19.4-alpine as build
WORKDIR /tmp/build