Now works with v2.4 update

- NGINX image bumped to 1.29
- Debian image now used Trixie as the base - moved over to named release instead of "stable" due to package renaming
This commit is contained in:
2025-11-10 21:36:35 -05:00
parent 67ff52c454
commit 969eb0d534
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM nginx:1.27-alpine
FROM nginx:1.29-alpine
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf