Browse Source

Merge pull request #1930 from dexidp/dependabot/docker/alpine-3.12.3

pull/1937/head
dependabot[bot] 5 years ago committed by GitHub
parent
commit
6400052265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -22,7 +22,7 @@ COPY . .
RUN make release-binary
FROM alpine:3.12.2
FROM alpine:3.12.3
WORKDIR /

Loading…
Cancel
Save