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