mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Merge pull request #5128 from mempool/dependabot/docker/docker/backend/node-20.14.0-buster-slim
Bump node from 20.13.1-buster-slim to 20.14.0-buster-slim in /docker/backend
This commit is contained in:
commit
621def712d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.13.1-buster-slim AS builder
|
||||
FROM node:20.14.0-buster-slim AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV MEMPOOL_COMMIT_HASH=${commitHash}
|
||||
|
@ -24,7 +24,7 @@ RUN npm install --omit=dev --omit=optional
|
|||
WORKDIR /build
|
||||
RUN npm run package
|
||||
|
||||
FROM node:20.13.1-buster-slim
|
||||
FROM node:20.14.0-buster-slim
|
||||
|
||||
WORKDIR /backend
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue