forked from mystiq/dex
Merge pull request #1945 from dexidp/dependabot/docker/alpine-3.13.0
This commit is contained in:
commit
3650fe2287
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ COPY . .
|
||||||
|
|
||||||
RUN make release-binary
|
RUN make release-binary
|
||||||
|
|
||||||
FROM alpine:3.12.3
|
FROM alpine:3.13.0
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue