Skip to content

Commit 295dd82

Browse files
Update backend
1 parent 0835296 commit 295dd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tags: postmodern.alexdaniel.org/alexdaniel-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/alexdaniel-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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM httpd:2.4.59
1+
FROM httpd:2.4.66
22

33
RUN apt-get update
44
RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl

0 commit comments

Comments
 (0)