Skip to content

Commit

Permalink
Merge branch 'master' into fix/CVE-2023-6897-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPeltonen authored Dec 17, 2024
2 parents 5278c03 + 3f60806 commit 44c7236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update \
&& apt-get -y install curl \
&& curl -sSfL https://github.com/espoon-voltti/s3-downloader/releases/download/v1.4.1/s3downloader-linux-amd64 \
-o /bin/s3download \
&& chmod +x /bin/s3download
&& chmod +x /bin/s3download \
&& apt-get remove --auto-remove -y curl

ARG build=none
ARG commit=none
Expand Down

0 comments on commit 44c7236

Please sign in to comment.