Updated syntax of ENV definitions in Dockerfile
All checks were successful
release-tag / release-image (push) Successful in 2m24s

This commit is contained in:
2025-11-26 20:04:03 +01:00
parent 9cbf6b4b88
commit 05527d2487

View File

@@ -1,6 +1,6 @@
FROM alpine:latest FROM alpine:latest
ENV TZ "UTC" ENV TZ="UTC"
ENV SCHEDULE="* * * * *" ENV SCHEDULE="* * * * *"
## Configure runtime variables for nsupdate ## Configure runtime variables for nsupdate