Merge pull request #5239 from mempool/dependabot/docker/docker/frontend/node-20.15.0-buster-slim

Bump node from 20.14.0-buster-slim to 20.15.0-buster-slim in /docker/frontend
This commit is contained in:
softsimon 2024-07-01 12:59:19 +09:00 committed by GitHub
commit 7ed35b955d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 DOCKER_COMMIT_HASH=${commitHash}