-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update nginx to 1.21.0 * update PI to 3.6
- Loading branch information
Sida Say
authored
Jul 6, 2021
1 parent
75dcb42
commit e9b48b0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM python:3.8.10-buster | ||
FROM python:3.8.11-buster | ||
|
||
LABEL maintainer="Sida Say <[email protected]>" | ||
|
||
ENV PI_SKIP_BOOTSTRAP=false \ | ||
DB_VENDOR=sqlite \ | ||
PI_VERSION=3.5.2 | ||
PI_VERSION=3.6 | ||
|
||
COPY ./configs/install-nginx-debian.sh / | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters