Skip to content

Commit

Permalink
Pi 36 (#16)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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 /

Expand Down
2 changes: 1 addition & 1 deletion configs/install-nginx-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Ref: https://github.com/nginxinc/docker-nginx/blob/594ce7a8bc26c85af88495ac94d5cd0096b306f7/mainline/buster/Dockerfile

# Standard set up Nginx
export NGINX_VERSION=1.19.10
export NGINX_VERSION=1.21.0
export NJS_VERSION=0.5.3
export PKG_RELEASE=1~buster

Expand Down

0 comments on commit e9b48b0

Please sign in to comment.