Skip to content

Commit

Permalink
Merge branch 'hotfix/0.142.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Sep 7, 2023
2 parents ccac20c + 26a0d97 commit 426c1b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit 426c1b2

Please sign in to comment.