Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 017e187

Browse files
authoredAug 20, 2021
Merge pull request #2 from evry-ace/renovate/nginx-1.x
Update nginx Docker tag to v1.21
2 parents b1fd249 + 349ec03 commit 017e187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.17 as base
1+
FROM nginx:1.21 as base
22

33
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
44
ARG TIME_ZONE

‎Dockerfile.spa

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.17 as base
1+
FROM nginx:1.21 as base
22

33
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
44
ARG TIME_ZONE

0 commit comments

Comments
 (0)
This repository has been archived.