Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1557 from batect/revert-1545-renovate/nginx-1.x
Browse files Browse the repository at this point in the history
Revert "Update nginx Docker tag to v1.25.1"
  • Loading branch information
charleskorn committed Jul 3, 2023
2 parents cadff90 + 565f217 commit 21d9d9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.1
FROM nginx:1.25.0

RUN apt update && apt install -y curl && rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.1
FROM nginx:1.25.0

RUN apt update && apt install -y curl && rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.1
FROM nginx:1.25.0

RUN apt update && apt install -y curl && rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: dependency-container-with-setup-command-test

containers:
server:
image: nginx:1.25.1
image: nginx:1.25.0
setup_commands:
- command: sh -c "echo 'This is some output from the task' > message.txt"
working_directory: /usr/share/nginx/html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.1
FROM nginx:1.25.0

COPY health-check.sh /tools/

Expand Down

0 comments on commit 21d9d9c

Please sign in to comment.