-
Notifications
You must be signed in to change notification settings - Fork 155
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
Update v2024.2.0 deps #718
Conversation
nginx.dockerfile
Outdated
@@ -14,7 +14,7 @@ RUN files/prebuild/build-frontend.sh | |||
|
|||
# when upgrading, look for upstream changes to redirector.conf | |||
# also, confirm setup-odk.sh strips out HTTP-01 ACME challenge location | |||
FROM jonasal/nginx-certbot:5.0.1 | |||
FROM jonasal/nginx-certbot:5.0.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CircleCI seems to be complaining about this image for some reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I switched some numbers around is why. Sorry, I intended to open as draft!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, didn't mean to arrive early to the party!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, I've done my checks and gotten my numbers straight now so I'll take your approval. Thank you! 🥳
Do you have time to update Node in central-backend and central-frontend as well (package.json / Volta / maybe CI)? npm yells at me whenever I install dependencies for Frontend because Web Forms is expecting a later Node. I'm happy to do that update also. |
Yep, can do that now. |
Closes #649
What has been done to verify that this works as intended?
Tried on dev, verified basic happy paths.
Why is this the best possible solution? Were any other approaches considered?
I searched for the previous node version so hopefully got all of those this time!
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
There are no significant expected changes in behavior. pyxform and Enketo releases are relatively small. No major version bumps anywhere.
Does this change require updates to documentation? If so, please file an issue here and include the link below.
No.
Before submitting this PR, please make sure you have:
next
branch OR only changed documentation/infrastructure (master
is stable and used in production)