Skip to content

Commit

Permalink
update to version 28
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Feb 15, 2024
2 parents 4faa440 + 8f498e2 commit fdc99a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get install -y supervisor \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/log/supervisord /var/run/supervisord

# update curl to address CVE-2023-38545
RUN apt-get update && apt-get upgrade curl -y

COPY ./src /usr/nextcloud
# for mounting
RUN mkdir /var/www/html/custom_apps/ \
Expand Down

0 comments on commit fdc99a9

Please sign in to comment.