Skip to content

Commit

Permalink
⬆ Upgrade Nginx to version 1.21.6 and Alpine to version 3.13 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Emma Haley <emma.haley@relaxdays.de>
  • Loading branch information
ehaca and Emma Haley committed Apr 21, 2022
1 parent 14bab43 commit 47cbf19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 47cbf19

Please sign in to comment.