Merge pull request #261 from solracsf/patch-1

Update Alpine to 3.15 version, fix CVE-2022-28391
This commit is contained in:
Joachim Bauch 2022-05-16 15:16:10 +02:00 committed by GitHub
commit 0279b6db0d
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 && \