Browse Source

build(deps): bump golang from 1.18.3-alpine3.15 to 1.18.4-alpine3.15 (#2592)

Bumps golang from 1.18.3-alpine3.15 to 1.18.4-alpine3.15.

---
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>
v2.32.x
dependabot[bot] 4 years ago committed by Mark Sagi-Kazar
parent
commit
418549b679
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.18.3-alpine3.15 AS builder
FROM golang:1.18.4-alpine3.15 AS builder
WORKDIR /usr/local/src/dex

Loading…
Cancel
Save