Skip to content

Commit

Permalink
Merge branch 'master' into letter-html-content
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Dec 9, 2020
2 parents c4cbf46 + cd8d897 commit b64f51d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .contrib/docker/Dockerfile.gulp
@@ -1,4 +1,4 @@
FROM node:15
FROM node:14
WORKDIR /app
VOLUME /app
CMD ["bash","-c", "npm install && npm rebuild node-sass && npx gulp build"]
1 change: 1 addition & 0 deletions .contrib/docker/Dockerfile.web
@@ -1,6 +1,7 @@
# This is Dockerfile for development purposes only.
ARG PYTHON_VERSION='3'
FROM python:${PYTHON_VERSION}-slim
RUN pip install 'pip<20'
RUN mkdir /code /code/production
WORKDIR /code

Expand Down
1 change: 0 additions & 1 deletion gulpfile.js
Expand Up @@ -110,4 +110,3 @@ gulp.task('watch', function () {
gulp.task('build', gulp.series('icons', 'js', 'scss'));

gulp.task('default', gulp.series('build', 'watch'));

13 changes: 5 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions renovate.json
Expand Up @@ -20,5 +20,13 @@
},
"dockerfile": {
"fileMatch": ["^.contrib/docker/Dockerfile\\..*$"]
},
"constraints": {
"node": "< 15.0.0"
},
"force": {
"constraints": {
"node": "< 15.0.0"
}
}
}

0 comments on commit b64f51d

Please sign in to comment.