build(deps): bump golang from 1.20.1-alpine3.16 to 1.20.2-alpine3.16 (#2849)

Bumps golang from 1.20.1-alpine3.16 to 1.20.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-11 09:07:03 +01:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent f00844cca9
commit 5f03ae87e1
+1 -1
View File
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.20.1-alpine3.16 AS builder
FROM golang:1.20.2-alpine3.16 AS builder
WORKDIR /usr/local/src/dex