mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Update node base images to 20.8.0
This commit is contained in:
parent
ea2f39b18a
commit
fba4759ba1
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.7.0-buster-slim AS builder
|
FROM node:20.8.0-buster-slim AS builder
|
||||||
|
|
||||||
ARG commitHash
|
ARG commitHash
|
||||||
ENV MEMPOOL_COMMIT_HASH=${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 install --omit=dev --omit=optional
|
||||||
RUN npm run package
|
RUN npm run package
|
||||||
|
|
||||||
FROM node:20.7.0-buster-slim
|
FROM node:20.8.0-buster-slim
|
||||||
|
|
||||||
WORKDIR /backend
|
WORKDIR /backend
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.7.0-buster-slim AS builder
|
FROM node:20.8.0-buster-slim AS builder
|
||||||
|
|
||||||
ARG commitHash
|
ARG commitHash
|
||||||
ENV DOCKER_COMMIT_HASH=${commitHash}
|
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||||
|
|
Loading…
Add table
Reference in a new issue