Skip to content

Commit 205fdff

Browse files
author
Rehan Mahmood
committed
Updated dependencies.
1 parent e3a6ce4 commit 205fdff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
-
2020
name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
-
2323
name: Docker meta
2424
id: meta
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.DOCKER_PASSWORD }}
5252
-
5353
name: Build and push
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM alpine:3
22

3-
ARG CERTBOT_VERSION=2.11.0
4-
ARG PYTHON_VERSION=3.12
5-
ARG POSTFIX_VERSION=3.9.0
3+
ARG CERTBOT_VERSION=5.1.0
4+
ARG PYTHON_VERSION=3.14
5+
ARG POSTFIX_VERSION=3.10.5
66
ARG DCRON_VERSION=4.5
77

88
# set version label

0 commit comments

Comments
 (0)