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

Commit 3408061

Browse files
committed
Rebasing to Alpine 3.12
1 parent f7bc5ad commit 3408061

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/nginx:3.11
1+
FROM lsiobase/nginx:3.12
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.11
1+
FROM lsiobase/nginx:arm64v8-3.12
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.11
1+
FROM lsiobase/nginx:arm32v7-3.12
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
@@ -127,6 +127,7 @@ app_setup_nginx_reverse_proxy_block: ""
127127

128128
# changelog
129129
changelogs:
130+
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
130131
- { date: "31.05.20:", desc: "Tweak Authelia confs (existing users can delete `authelia-server.conf` and `authelia-location.conf`, and restart to update)." }
131132
- { date: "23.05.20:", desc: "Add support for Authelia." }
132133
- { date: "15.05.20:", desc: "Remove `php7-pecl-imagick` due to upstream issues. Add support for `Geoip2` auto db retrieval." }

0 commit comments

Comments
 (0)