Merge pull request #4696 from mempool/dependabot/docker/docker/frontend/node-20.11.1-buster-slim

Bump node from 20.8.0-buster-slim to 20.11.1-buster-slim in /docker/frontend
This commit is contained in:
softsimon 2024-03-18 11:40:03 +09:00 committed by GitHub
commit 9fa6d232d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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