Skip to content

Commit 80266ac

Browse files
committed
Update nginx_multiple_services
1 parent d9d0725 commit 80266ac

File tree

2 files changed

+2
-4
lines changed
  • test/packages
    • false_positives/nginx_missing_deployer/data_stream/access/_dev/deploy/docker
    • parallel/nginx_multiple_services/data_stream/access/_dev/deploy/docker

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
ARG SERVICE_VERSION=${SERVICE_VERSION:-1.19.5}
1+
ARG SERVICE_VERSION=${SERVICE_VERSION:-1.22.1}
22
FROM nginx:${SERVICE_VERSION}
3-
RUN sed -i "/jessie-updates/d" /etc/apt/sources.list
43
RUN apt-get update && apt-get install -y curl
54
HEALTHCHECK --interval=1s --retries=90 CMD curl -f http://localhost/server-status
65
COPY ./nginx.conf /etc/nginx/
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
ARG SERVICE_VERSION=${SERVICE_VERSION:-1.19.5}
1+
ARG SERVICE_VERSION=${SERVICE_VERSION:-1.22.1}
22
FROM nginx:${SERVICE_VERSION}
3-
RUN sed -i "/jessie-updates/d" /etc/apt/sources.list
43
RUN apt-get update && apt-get install -y curl
54
HEALTHCHECK --interval=1s --retries=90 CMD curl -f http://localhost/server-status
65
COPY ./nginx.conf /etc/nginx/

0 commit comments

Comments
 (0)