1 Commits

Author SHA1 Message Date
renovate[bot]
e62ac2b55c Update nginx Docker tag to v1.29.0 2025-06-25 06:05:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run Ansible playbook
# uses: dawidd6/action-ansible-playbook@v2.5.0
uses: dawidd6/action-ansible-playbook@9d50e1392c06ef7ad5a2e71eb8b97fc2642c7937
uses: dawidd6/action-ansible-playbook@671974ed60e946e11964cb0c26e69caaa4b1f559
with:
playbook: playbook.yml
directory: ./

View File

@@ -14,7 +14,7 @@ RUN yarn install
COPY ["src/", "./src"]
RUN npm run Prod
FROM nginx:1.27.4-alpine as Web
FROM nginx:1.29.0-alpine as Web
RUN apk --update --no-cache upgrade