mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
Update backend base images
This commit is contained in:
parent
e9e2c2f7b5
commit
097db4edcd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.16.0-buster-slim AS builder
|
||||
FROM node:20.7.0-buster-slim AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV MEMPOOL_COMMIT_HASH=${commitHash}
|
||||
|
@ -17,7 +17,7 @@ ENV PATH="/root/.cargo/bin:$PATH"
|
|||
RUN npm install --omit=dev --omit=optional
|
||||
RUN npm run package
|
||||
|
||||
FROM node:16.16.0-buster-slim
|
||||
FROM node:20.7.0-buster-slim
|
||||
|
||||
WORKDIR /backend
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue