Skip to content

Commit

Permalink
Update dockerfile, base to Node 14 (CenterForOpenScience#1822) (Cente…
Browse files Browse the repository at this point in the history
…rForOpenScience#1823)

Co-authored-by: mfraezz <[email protected]>
  • Loading branch information
adlius and mfraezz authored Mar 17, 2023
1 parent d05ae60 commit 7796418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### App code
FROM quay.io/centerforopenscience/ember-base-10 AS app
FROM quay.io/centerforopenscience/ember-base-14 AS app

COPY ./package.json ./yarn.lock ./.yarnrc ./
RUN yarn --frozen-lockfile
Expand All @@ -17,7 +17,7 @@ RUN git clone https://github.com/CenterForOpenScience/osf-assets.git ./public/as
&& yarn build --environment=production

### Dist
FROM node:8-alpine AS dist
FROM node:14-alpine AS dist

RUN mkdir -p /code
WORKDIR /code
Expand Down

0 comments on commit 7796418

Please sign in to comment.