File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.5.11 2025-01-21 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Pin to tiredofit/alpine:7.10.28
5
+
6
+
1
7
## 6.5.10 2024-12-12 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change 1
1
ARG DISTRO=alpine
2
2
ARG DISTRO_VARIANT=3.21
3
3
4
- FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.27
4
+ FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.28
5
5
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
6
6
7
7
ARG NGINX_VERSION
@@ -18,8 +18,8 @@ ENV NGINX_VERSION=${NGINX_VERSION:-"1.27.3"} \
18
18
IMAGE_REPO_URL="https://github.com/tiredofit/docker-nginx/"
19
19
20
20
RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f 1,2 | cut -d _ -f 1)" in \
21
- 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | 3.15 | 3.16 ) alpine_ssl=libressl ;; \
22
- 3.17* | 3.18* | 3.19* | 3.20* | 3.21* ) alpine_ssl=openssl ;; \
21
+ 3.[5-9] | 3.1[0-6] ) alpine_ssl=libressl ;; \
22
+ 3.1[7-9] | 3.2[0-9] ) alpine_ssl=openssl ;; \
23
23
*) : ;; \
24
24
esac ; \
25
25
source /assets/functions/00-container && \
You can’t perform that action at this time.
0 commit comments