Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent f746e4e commit 6da1faf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion progarmfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6da1faf

Please sign in to comment.