Updated syntax of ENV definitions in Dockerfile
All checks were successful
release-tag / release-image (push) Successful in 2m24s
All checks were successful
release-tag / release-image (push) Successful in 2m24s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ENV TZ "UTC"
|
||||
ENV TZ="UTC"
|
||||
ENV SCHEDULE="* * * * *"
|
||||
|
||||
## Configure runtime variables for nsupdate
|
||||
|
||||
Reference in New Issue
Block a user