Browse Source

Bump node & fix docker image

pull/178/head
baarkerlounger 4 years ago
parent
commit
ffe3f6ef82
  1. 2
      .nvmrc
  2. 2
      Dockerfile
  3. 2
      package.json

2
.nvmrc

@ -1 +1 @@
14 16

2
Dockerfile

@ -12,7 +12,7 @@ RUN apk add --update --no-cache tzdata && \
# build-base: complication tools for bundle # build-base: complication tools for bundle
# yarn: node package manager # yarn: node package manager
# postgresql-dev: postgres driver and libraries # postgresql-dev: postgres driver and libraries
RUN apk add --no-cache build-base yarn postgresql-dev RUN apk add --no-cache build-base yarn postgresql-dev git
# Install bundler to run bundle exec # Install bundler to run bundle exec
# This should be the same version as the Gemfile.lock # This should be the same version as the Gemfile.lock

2
package.json

@ -2,7 +2,7 @@
"name": "data-collector", "name": "data-collector",
"private": true, "private": true,
"engines": { "engines": {
"node": "^14.0.0" "node": "^16.0.0"
}, },
"dependencies": { "dependencies": {
"@activeadmin/activeadmin": "^2.9.0", "@activeadmin/activeadmin": "^2.9.0",

Loading…
Cancel
Save