Skip to content

Commit

Permalink
chore(reps): update curl
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Sep 29, 2023
1 parent 120c080 commit 9221d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY ./docker/frontend-nginx/sites/default.conf /etc/nginx/sites-available/defau
# it has some default settings there which result in displaying
# the default nginx page, which is not what we need
RUN rm -rf /etc/nginx/conf.d \
&& apk --no-cache add curl=8.2.1-r0 \
&& apk --no-cache add curl=8.3.0-r0 \
&& chown -R www-data:www-data /usr/app/

WORKDIR /usr/app/src/dist
Expand Down

0 comments on commit 9221d30

Please sign in to comment.