diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eda06de..38b6bf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +### Fixed + +### Security + +## [1.0.0] - 2022-02-28 + +### Updates + +* https://github.com/ohmyform/api/releases/tag/1.0.0 +* https://github.com/ohmyform/ui/releases/tag/1.0.0 + +### Changed + - switched to supervisord based combined container ### Fixed @@ -21,8 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - error if /run/nginx already exists (https://github.com/ohmyform/ohmyform/pull/148) - fix combine images -### Security - ## [0.9.9] - 2021-02-14 ### Added diff --git a/Dockerfile b/Dockerfile index f783b4ab..76a3e905 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm " WORKDIR /usr/src/api -RUN apk --update add curl bash && rm -rf /var/cache/apk/* +RUN apk --update --no-cache add curl bash g++ make libpng-dev # 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 diff --git a/api b/api index 25d314a1..1e3f47c1 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 25d314a183f6227f4737ec71369b65f33d95acb7 +Subproject commit 1e3f47c11cdd996d6337a863d50725ce17dec8f0 diff --git a/ui b/ui index bc56a70f..5909d143 160000 --- a/ui +++ b/ui @@ -1 +1 @@ -Subproject commit bc56a70fea0c6a877f0292a9f377ea8a459fbcbf +Subproject commit 5909d1439c1bd1ea70e08fd490c971ee43da9199