Update Alpine to 3.15 version, fix CVE-2022-28391

See https://github.com/advisories/GHSA-h8c3-8522-vxc6
This commit is contained in:
Git'Fellow 2022-05-16 14:09:29 +02:00 committed by GitHub
parent 68f0393842
commit eea27785ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /workdir
COPY . .
RUN make build
FROM alpine:3.13
FROM alpine:3.15
ENV CONFIG=/config/server.conf
RUN adduser -D spreedbackend && \