Skip to content

Commit 218c0f8

Browse files
Update backend
1 parent 2cbe72e commit 218c0f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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

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.64
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

progarmfiles/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.64
22

33
RUN apt-get update
44
RUN apt-get install -y libcgi-pm-perl

0 commit comments

Comments
 (0)