We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a5038 commit 4b9d4ceCopy full SHA for 4b9d4ce
.github/workflows/workflow-cleanup.yml
@@ -18,3 +18,4 @@ jobs:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
repository: ${{ github.repository }}
20
retain_days: ${{ github.event.inputs.days }}
21
+ keep_minimum_runs: 0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bfren/nginx:nginx1.22-4.0.8
+FROM bfren/nginx:nginx1.22-4.0.9
2
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
4
VERSION
@@ -1 +1 @@
-5.0.9
+5.0.10
0 commit comments