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

Commit 0054151

Browse files
committed
Rebasing to Alpine 3.11
1 parent 51cb870 commit 0054151

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/nginx:3.10
1+
FROM lsiobase/nginx:3.11
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/nginx:arm64v8-3.10
1+
FROM lsiobase/nginx:arm64v8-3.11
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/nginx:arm32v7-3.10
1+
FROM lsiobase/nginx:arm32v7-3.11
22

33
# set version label
44
ARG BUILD_DATE

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
129130
- { date: "19.12.19:", desc: "Increase large_client_header_buffers in nginx.conf to prevent 414 errors." }
130131
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
131132
- { date: "11.12.19:", desc: "Fix Google Cloud DNS to use .json file for authentication." }

0 commit comments

Comments
 (0)