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

chore: update Dockerfile to latest debian, libssl & node 20 #73

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

TheGreatRefrigerator
Copy link
Contributor

  • fixes issues with libssl encountered when updating to latest vroom-docker

@nilsnolde nilsnolde self-requested a review November 14, 2023 16:21
Dockerfile Outdated
@@ -27,15 +27,15 @@ RUN echo "Cloning and installing vroom-express release ${VROOM_EXPRESS_RELEASE}.
git clone --branch $VROOM_EXPRESS_RELEASE https://github.com/VROOM-Project/vroom-express.git && \
cd vroom-express

FROM node:12-bullseye-slim as runstage
FROM node:16.20-bookworm-slim as runstage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're updating, we should update to LTS versions. bookworm is fine, but can we do node 20? 16 is EOL since a few months. (Unless 16.20 mean smth else than I think it does..)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, should be possible.(Nope i think it's node 16 😬 ) Still have to set up the full stack locally to test this properly. But that's a task for tomorrow :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Tested some ors request with node 20 image that worked.

@TheGreatRefrigerator TheGreatRefrigerator changed the title chore: update Dockerfile to latest debian, libssl & node 16 chore: update Dockerfile to latest debian, libssl & node 20 Nov 15, 2023
Copy link
Collaborator

@nilsnolde nilsnolde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks LGTM 🚢

@nilsnolde nilsnolde merged commit a8f27bb into VROOM-Project:master Nov 15, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants