Merge pull request #5070 from mempool/dependabot/docker/docker/frontend/node-20.13.1-buster-slim

Bump node from 20.12.0-buster-slim to 20.13.1-buster-slim in /docker/frontend
This commit is contained in:
softsimon 2024-05-13 23:52:48 +07:00 committed by GitHub
commit 947f55dda2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:20.12.0-buster-slim AS builder
FROM node:20.13.1-buster-slim AS builder
ARG commitHash
ENV DOCKER_COMMIT_HASH=${commitHash}