build(deps): bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16

Bumps golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16.

---
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-10-05 04:54:24 +00:00 committed by Mark Sagi-Kazar
parent 20274136be
commit 24401fdf99
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.19.1-alpine3.16 AS builder
FROM golang:1.19.2-alpine3.16 AS builder
WORKDIR /usr/local/src/dex