Skip to content

Commit

Permalink
[BA-977][fix] fix package version in dockerfile to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rogocof committed Apr 22, 2024
1 parent f88b286 commit ad30dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfx-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=10s \

USER root

RUN apk --no-cache add shadow=4.13-r4 && usermod -u 10100 -o nginx && groupmod -g 10100 -o nginx
RUN apk --no-cache add shadow=4.14.2-r0 && usermod -u 10100 -o nginx && groupmod -g 10100 -o nginx

RUN rm /usr/share/nginx/html/index.html && rm /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit ad30dda

Please sign in to comment.