We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e9c99 commit d3b6ec0Copy full SHA for d3b6ec0
.github/workflows/deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
tags: postmodern.alexdaniel.org/freergform-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/freergform-backend:latest' || '' }}
26
- name: Set SSH key
27
if: github.ref == 'refs/heads/main'
28
- uses: webfactory/ssh-agent@v0.9.0
+ uses: webfactory/ssh-agent@v0.9.1
29
with:
30
ssh-private-key: ${{ secrets.SSH_KEY }}
31
- name: Auth
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM httpd:2.4.59
+FROM httpd:2.4.65
2
3
RUN apt-get update
4
RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
0 commit comments