Skip to content

Commit 9d672a9

Browse files
committed
chore: bot dockerfile update
1 parent a58d7c7 commit 9d672a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.dockerignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.yarn/install-state.gz
33

44
contracts/.env
5+
contracts/.env.*
56
contracts/test
67
contracts/lib
78
contracts/cache
89
contracts/cache_hardhat
9-
contracts/config
1010
contracts/tenderly.yaml
1111

1212
*/.DS_Store
13-
*/*.log
13+
*/*.log

services/bots/base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787
1+
FROM node:20-alpine
22

33
WORKDIR /usr/src/app
44

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

14-
RUN yarn set version 3.3.1 && \
14+
RUN yarn set version 4.5.1 && \
1515
yarn --version && \
1616
node --version && \
1717
cd contracts && \

0 commit comments

Comments
 (0)