- 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
3 lines
70 B
Docker
3 lines
70 B
Docker
FROM nginx:1.29-alpine
|
|
EXPOSE 80
|
|
COPY nginx.conf /etc/nginx/nginx.conf |