diff --git a/CHANGELOG.md b/CHANGELOG.md index a87db49e8..f159dd136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.141.9] - 2023-09-07 +## [0.142.1] - 2023-09-07 +### Changed +- Update Dockerfile + +## [0.142.0] - 2023-09-07 ### Changed - Google Tag Manager diff --git a/Dockerfile b/Dockerfile index 18dfa6bef..22b2589ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,6 @@ FROM quay.io/centerforopenscience/ember-base AS app COPY ./package.json ./yarn.lock ./.yarnrc ./ RUN yarn --frozen-lockfile -COPY ./.bowerrc ./bower.json ./ -RUN ./node_modules/.bin/bower install --allow-root --config.interactive=false - COPY ./ ./ ARG GIT_COMMIT= diff --git a/package.json b/package.json index a58d5f66a..ca8dfe478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preprint-service", - "version": "0.142.0", + "version": "0.142.1", "description": "Center for Open Science Preprint Service", "license": "Apache-2.0", "author": "",