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