Merge pull request #5130 from mempool/dependabot/docker/docker/frontend/node-20.14.0-buster-slim

Bump node from 20.13.1-buster-slim to 20.14.0-buster-slim in /docker/frontend
This commit is contained in:
softsimon 2024-06-10 00:16:42 +04:00 committed by GitHub
commit 2ce4b5604e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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