Skip to content

Commit

Permalink
Merge pull request #2475 from sveltejs/deploy/node-11
Browse files Browse the repository at this point in the history
Chore: Deploy with Node 11.14
  • Loading branch information
Rich-Harris committed Apr 22, 2019
2 parents be6d61f + ebb4e72 commit 86f6e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:10.15
FROM mhart/alpine-node:11.14

# install dependencies
WORKDIR /app
Expand All @@ -12,7 +12,7 @@ RUN npm install --production
# Only copy over the Node pieces we need
# ~> Saves 35MB
###
FROM mhart/alpine-node:base-10.15
FROM mhart/alpine-node:base-11.14

WORKDIR /app
COPY --from=0 /app .
Expand Down

0 comments on commit 86f6e73

Please sign in to comment.