Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Comments

Update npm deps#189

Merged
prymitive merged 2 commits intomasterfrom
npm-updates
Nov 20, 2017
Merged

Update npm deps#189
prymitive merged 2 commits intomasterfrom
npm-updates

Conversation

@prymitive
Copy link
Contributor

@prymitive prymitive commented Nov 6, 2017

No description provided.

FROM golang:1.9.2-alpine3.6 as unsee-builder
COPY . /go/src/github.com/cloudflare/unsee

ARG VERSION

Choose a reason for hiding this comment

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

nit: it might be better to use a nodejs image here, rather than installing Node.js into a Go build image.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but then I need to install go into nodejs image

Choose a reason for hiding this comment

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

You can have multiple stages.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That would be unrelated to version bumps here, feel free to open a ticket for that

@prymitive prymitive changed the title nodejs 9 Update npm deps Nov 7, 2017
@prymitive prymitive merged commit f165172 into master Nov 20, 2017
@prymitive prymitive deleted the npm-updates branch November 20, 2017 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants