Browse Source

build(deps): bump golang from 1.19.4-alpine3.16 to 1.19.5-alpine3.16

Bumps golang from 1.19.4-alpine3.16 to 1.19.5-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>
pull/2782/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
cde3b4a2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save