Bump golang from 1.18.3-buster to 1.19.1-buster

Bumps golang from 1.18.3-buster to 1.19.1-buster.

---
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-12 07:14:45 +00:00 committed by GitHub
parent 33f80ef0d8
commit cc28d18a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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