Skip to content

Commit

Permalink
chore: bot dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Nov 6, 2024
1 parent a58d7c7 commit 9d672a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.yarn/install-state.gz

contracts/.env
contracts/.env.*
contracts/test
contracts/lib
contracts/cache
contracts/cache_hardhat
contracts/config
contracts/tenderly.yaml

*/.DS_Store
*/*.log
*/*.log
4 changes: 2 additions & 2 deletions services/bots/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787
FROM node:20-alpine

WORKDIR /usr/src/app

Expand All @@ -11,7 +11,7 @@ COPY --chown=node:node "./tsconfig" "./tsconfig"
COPY --chown=node:node "./.yarn" "./.yarn"
COPY --chown=node:node [ ".yarnrc.yml", ".nvmrc", ".eslintignore", "package.json", "yarn.lock", "./" ]

RUN yarn set version 3.3.1 && \
RUN yarn set version 4.5.1 && \
yarn --version && \
node --version && \
cd contracts && \
Expand Down

0 comments on commit 9d672a9

Please sign in to comment.