Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆ Upgrade Nginx to version 1.21.6 and Alpine to version 3.13 #148

Merged
merged 8 commits into from Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-images/install-nginx-alpine.sh
Expand Up @@ -5,8 +5,8 @@
# Standard set up Nginx Alpine
# https://github.com/nginxinc/docker-nginx/blob/f958fbacada447737319e979db45a1da49123142/mainline/alpine/Dockerfile

export NGINX_VERSION=1.21.1
export NJS_VERSION=0.6.1
export NGINX_VERSION=1.21.6
export NJS_VERSION=0.7.3
export PKG_RELEASE=1

set -x \
Expand Down
4 changes: 2 additions & 2 deletions docker-images/install-nginx-debian.sh
Expand Up @@ -4,8 +4,8 @@
# Ref: https://github.com/nginxinc/docker-nginx/blob/f958fbacada447737319e979db45a1da49123142/mainline/debian/Dockerfile

# Standard set up Nginx
export NGINX_VERSION=1.21.1
export NJS_VERSION=0.6.1
export NGINX_VERSION=1.21.6
export NJS_VERSION=0.7.3
export PKG_RELEASE=1~buster

set -x \
Expand Down
2 changes: 1 addition & 1 deletion docker-images/python3.8-alpine.dockerfile
@@ -1,4 +1,4 @@
FROM python:3.8-alpine3.11
FROM python:3.8-alpine3.13

LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"

Expand Down