Skip to content

Commit

Permalink
Update Alpine to 3.15 version, fix CVE-2022-28391
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf committed May 16, 2022
1 parent 68f0393 commit eea2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit eea2778

Please sign in to comment.