From 320a81f6360f9f6dd9e7bf5c3a9f33b457d44db9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 05:28:45 +0000 Subject: [PATCH] Update backend --- .github/workflows/deploy.yaml | 4 ++-- Dockerfile | 2 +- ttuwikifiles/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 42173a2..7cf77ca 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: tags: postmodern.alexdaniel.org/ttuwiki-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend:latest' || '' }} - name: Set SSH key if: github.ref == 'refs/heads/main' - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_KEY }} - name: Auth @@ -62,7 +62,7 @@ jobs: tags: postmodern.alexdaniel.org/ttuwiki-backend-files:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend-files:latest' || '' }} - name: Set SSH key if: github.ref == 'refs/heads/main' - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_KEY }} - name: Auth diff --git a/Dockerfile b/Dockerfile index 1551f33..d6759d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.59 +FROM httpd:2.4.66 RUN apt-get update RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl diff --git a/ttuwikifiles/Dockerfile b/ttuwikifiles/Dockerfile index ff61ae0..afa5856 100644 --- a/ttuwikifiles/Dockerfile +++ b/ttuwikifiles/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.59 +FROM httpd:2.4.66 RUN apt-get update RUN apt-get install -y libcgi-pm-perl