File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 tags : postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }}
2626 - name : Set SSH key
2727 if : github.ref == 'refs/heads/main'
28- uses : webfactory/ssh-agent@v0.9.0
28+ uses : webfactory/ssh-agent@v0.9.1
2929 with :
3030 ssh-private-key : ${{ secrets.SSH_KEY }}
3131 - name : Auth
6262 tags : postmodern.alexdaniel.org/progarm-backend-files:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend-files:latest' || '' }}
6363 - name : Set SSH key
6464 if : github.ref == 'refs/heads/main'
65- uses : webfactory/ssh-agent@v0.9.0
65+ uses : webfactory/ssh-agent@v0.9.1
6666 with :
6767 ssh-private-key : ${{ secrets.SSH_KEY }}
6868 - name : Auth
Original file line number Diff line number Diff line change 1- FROM httpd:2.4.59
1+ FROM httpd:2.4.64
22
33RUN apt-get update
44RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
Original file line number Diff line number Diff line change 1- FROM httpd:2.4.59
1+ FROM httpd:2.4.64
22
33RUN apt-get update
44RUN apt-get install -y libcgi-pm-perl
You can’t perform that action at this time.
0 commit comments