Bump golang from 1.19.2-buster to 1.19.3-buster

Bumps golang from 1.19.2-buster to 1.19.3-buster.

---
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-07 07:01:26 +00:00
committed by GitHub
parent c32a3f4e07
commit 4f223cf2b6

View File

@@ -1,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.19.2-buster as go
FROM golang:1.19.3-buster as go
WORKDIR /root
COPY ./ ./