diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b6bf05..11221b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - switched to supervisord based combined container +- upgrade to node 16 ### Fixed diff --git a/Dockerfile b/Dockerfile index 9a30b9b5..86b3e54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm " WORKDIR /usr/src/api -RUN apk --update --no-cache add curl bash g++ make libpng-dev +RUN apk --update --no-cache add curl bash g++ make libpng-dev libc6-compat # install node-prune (https://github.com/tj/node-prune) RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin