forked from mystiq/dex
Merge pull request #2411 from dexidp/dependabot/docker/golang-1.17.7-alpine3.14
build(deps): bump golang from 1.17.6-alpine3.14 to 1.17.7-alpine3.14
This commit is contained in:
commit
dde621980d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG BASEIMAGE=alpine:3.15.0
|
ARG BASEIMAGE=alpine:3.15.0
|
||||||
|
|
||||||
FROM golang:1.17.6-alpine3.14 AS builder
|
FROM golang:1.17.7-alpine3.14 AS builder
|
||||||
|
|
||||||
WORKDIR /usr/local/src/dex
|
WORKDIR /usr/local/src/dex
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue