mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Bump node in /docker/backend
Bumps node from 20.14.0-buster-slim to 20.15.0-buster-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8fc5fdbde6
commit
ff8b0a8d80
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.14.0-buster-slim AS builder
|
||||
FROM node:20.15.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.14.0-buster-slim
|
||||
FROM node:20.15.0-buster-slim
|
||||
|
||||
WORKDIR /backend
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue