File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
false_positives/nginx_missing_deployer/data_stream/access/_dev/deploy/docker
parallel/nginx_multiple_services/data_stream/access/_dev/deploy/docker Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- ARG SERVICE_VERSION=${SERVICE_VERSION:-1.19.5 }
1
+ ARG SERVICE_VERSION=${SERVICE_VERSION:-1.22.1 }
2
2
FROM nginx:${SERVICE_VERSION}
3
- RUN sed -i "/jessie-updates/d" /etc/apt/sources.list
4
3
RUN apt-get update && apt-get install -y curl
5
4
HEALTHCHECK --interval=1s --retries=90 CMD curl -f http://localhost/server-status
6
5
COPY ./nginx.conf /etc/nginx/
Original file line number Diff line number Diff line change 1
- ARG SERVICE_VERSION=${SERVICE_VERSION:-1.19.5 }
1
+ ARG SERVICE_VERSION=${SERVICE_VERSION:-1.22.1 }
2
2
FROM nginx:${SERVICE_VERSION}
3
- RUN sed -i "/jessie-updates/d" /etc/apt/sources.list
4
3
RUN apt-get update && apt-get install -y curl
5
4
HEALTHCHECK --interval=1s --retries=90 CMD curl -f http://localhost/server-status
6
5
COPY ./nginx.conf /etc/nginx/
You can’t perform that action at this time.
0 commit comments