Skip to content

Commit

Permalink
Merge pull request #511 from espoon-voltti/fix/CVE-2023-6879-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPeltonen authored Dec 17, 2024
2 parents 5527fe6 + ab28892 commit 05de299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENV NGINX_ENV=local \
RUN apt-get update \
&& apt-get -y dist-upgrade \
&& apt-get -y --no-install-recommends install ruby \
&& apt-get remove --auto-remove -y nginx-module-image-filter \
&& curl -sSfL https://github.com/espoon-voltti/s3-downloader/releases/download/v1.4.1/s3downloader-linux-amd64 \
-o /bin/s3download \
&& chmod +x /bin/s3download \
Expand Down

0 comments on commit 05de299

Please sign in to comment.