Skip to content

Pinned golang and node to older versions in Dockerfile#82

Open
AndrewO wants to merge 1 commit into
amborle:masterfrom
AndrewO:fix_dockerfile
Open

Pinned golang and node to older versions in Dockerfile#82
AndrewO wants to merge 1 commit into
amborle:masterfrom
AndrewO:fix_dockerfile

Conversation

@AndrewO
Copy link
Copy Markdown

@AndrewO AndrewO commented Oct 26, 2023

Comparing release histories, I picked golang 1.18 and node 14 as likely candidates for the old build. I also moved to a multistage build so that the only thing left was the compiled binary.

I was running into the same issue as in #78 so I pinned Node to 14 (which, I believe was LTS when this was last released). Then I made it a multi-stage build container so that none of those older versions would be around in the final artifact.

Comparing release histories, I picked golang 1.18 and node 14 as likely
candidates for the old build. I also moved to a multistage build so that
the only thing left was the compiled binary.
@AndrewO AndrewO changed the title Pinned golang and node to older versions. Pinned golang and node to older versions in Dockerfile Oct 26, 2023
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.

1 participant