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