Skip to content

Commit 4b9d4ce

Browse files
authored
v5.0.10 (#112)
Minor updates * Using latest base image Build updates * Don't keep workflows on cleanup
1 parent 77a5038 commit 4b9d4ce

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/workflow-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
repository: ${{ github.repository }}
2020
retain_days: ${{ github.event.inputs.days }}
21+
keep_minimum_runs: 0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.22-4.0.8
1+
FROM bfren/nginx:nginx1.22-4.0.9
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.9
1+
5.0.10

0 commit comments

Comments
 (0)