Skip to content

Commit

Permalink
ci: use node 12 instead of latest for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mweidling committed Jun 24, 2021
1 parent e4c3da1 commit 61b0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:latest
FROM node:12-slim

RUN npm install --global @quasar/cli

0 comments on commit 61b0499

Please sign in to comment.