Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing equal sign in ENV #30

Closed
docktermj opened this issue Apr 3, 2023 · 1 comment
Closed

Missing equal sign in ENV #30

docktermj opened this issue Apr 3, 2023 · 1 comment
Assignees

Comments

@docktermj
Copy link
Contributor

docktermj commented Apr 3, 2023

According to Dockerfile reference, there needs to be an equal sign in an ENV assignment

So currently the Docker file has:

ENV REFRESHED_AT 2023-02-22

It should be:

ENV REFRESHED_AT=2023-02-22

The syntax with the equal sign is used by https://github.com/Senzing/github-util when updating. If the equal sign is not there, the update doesn't occur.

@docktermj
Copy link
Contributor Author

Pull requests:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant