mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 09:42:08 +01:00
Update the frontend base and ngnix images
This commit is contained in:
parent
097db4edcd
commit
ad77b3a6c9
@ -1,4 +1,4 @@
|
||||
FROM node:16.16.0-buster-slim AS builder
|
||||
FROM node:20.7.0-buster-slim AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||
@ -13,7 +13,7 @@ RUN npm install --omit=dev --omit=optional
|
||||
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.17.8-alpine
|
||||
FROM nginx:1.24.0-alpine
|
||||
|
||||
WORKDIR /patch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user