File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.7.11 2024-09-26 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Cleanup php-ext script
5
+ - Pin to tiredofit/nginx:6.5.2
6
+
7
+
1
8
## 7.7.10 2024-09-25 <dave at tiredofit dot ca >
2
9
3
10
### Added
Original file line number Diff line number Diff line change 1
1
ARG DISTRO=alpine
2
- ARG DISTRO_VARIANT=edge
2
+ ARG DISTRO_VARIANT=3.20
3
3
4
- FROM docker.io/tiredofit/nginx:${DISTRO}-${DISTRO_VARIANT}
4
+ FROM docker.io/tiredofit/nginx:${DISTRO}-${DISTRO_VARIANT}-6.5.2
5
5
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
6
6
7
7
ARG PHP_BASE
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ disable_module() {
214
214
rm -rf ${php_prefix}conf.d/*
215
215
;;
216
216
"debian" )
217
- silent phpdismod $(basename $module .ini)
217
+ rm -rf ${php_prefix}conf.d/*
218
218
;;
219
219
esac
220
220
;;
You can’t perform that action at this time.
0 commit comments