Skip to content

Commit

Permalink
Merge branch 'main' into palango/upgrade-celo-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Mar 22, 2024
2 parents d56cedd + b2f3027 commit 72ebe6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
42 changes: 0 additions & 42 deletions .circleci/config.yml

This file was deleted.

5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker push oracletest.azurecr.io/test/oracle:$COMMIT_SHA

# First stage, builder to install devDependencies to build TypeScript
FROM node:18.18.0 as base
FROM node:20.11 as BUILDER

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -34,8 +34,7 @@ COPY src src
RUN pnpm run build

# Second stage, create slimmed down production-ready image
FROM base as runtime

FROM node:20.11
ARG COMMIT_SHA
ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@celo/typescript": "^0.0.2",
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.6",
"@types/jest": "28.1.2",
"@types/jest": "29.5.12",
"@types/mathjs": "^6.0.5",
"@types/node-fetch": "^2.5.5",
"jest": "29.7.0",
Expand Down

0 comments on commit 72ebe6a

Please sign in to comment.