Skip to content

Commit

Permalink
Merge pull request #11 from bigbeartechworld/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
chore(deps): update nginx docker tag
  • Loading branch information
dragonfire1119 authored Apr 27, 2024
2 parents d5665aa + e23d07b commit 0428fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/matrix-conduit/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.24-alpine
FROM nginx:1.26-alpine

RUN mkdir /etc/nginx/templates
COPY matrix.conf.template /etc/nginx/templates
2 changes: 1 addition & 1 deletion apps/nginx/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
nginx:
image: nginx:1.25.3
image: nginx:1.25.4
container_name: nginx
restart: unless-stopped
ports:
Expand Down

0 comments on commit 0428fa2

Please sign in to comment.