Skip to content

Commit

Permalink
chore(dockerfile): update label version
Browse files Browse the repository at this point in the history
Signed-off-by: S. Ali Mihandoost <[email protected]>
  • Loading branch information
alimd authored Nov 8, 2024
1 parent f86339f commit f25eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/alwatr/nginx-json:3.2.0

LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:3.0.0"
LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:3.2.0"

HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --start-interval=1s --retries=3 CMD curl -fso /dev/null --header 'authorization: Alwatr healthcheck:healthcheck' http://localhost/server-info || exit 1

Expand Down

0 comments on commit f25eb3b

Please sign in to comment.