From 6da1fafc120a708320dbce276a486818afbb1d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:38:56 +0000 Subject: [PATCH] Update backend --- .github/workflows/deploy.yaml | 4 ++-- Dockerfile | 2 +- progarmfiles/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5aab586..c50a795 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: tags: postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }} - name: Set SSH key if: github.ref == 'refs/heads/main' - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_KEY }} - name: Auth @@ -62,7 +62,7 @@ jobs: tags: postmodern.alexdaniel.org/progarm-backend-files:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend-files:latest' || '' }} - name: Set SSH key if: github.ref == 'refs/heads/main' - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_KEY }} - name: Auth diff --git a/Dockerfile b/Dockerfile index 6c1eee4..a9983c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.58 +FROM httpd:2.4.59 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/progarmfiles/Dockerfile b/progarmfiles/Dockerfile index f33847f..ff61ae0 100644 --- a/progarmfiles/Dockerfile +++ b/progarmfiles/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.58 +FROM httpd:2.4.59 RUN apt-get update RUN apt-get install -y libcgi-pm-perl