mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
deps: bump Docker node from 24.15.0 to 26.1.0-trixie-slim
Integrated into release/v3.8.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:24.15.0-trixie-slim AS builder
|
||||
FROM node:26.1.0-trixie-slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update \
|
||||
@@ -19,7 +19,7 @@ RUN if [ -f package-lock.json ]; then \
|
||||
COPY . ./
|
||||
RUN mkdir -p /app/data && npm run build -- --webpack
|
||||
|
||||
FROM node:24.15.0-trixie-slim AS runner-base
|
||||
FROM node:26.1.0-trixie-slim AS runner-base
|
||||
WORKDIR /app
|
||||
|
||||
LABEL org.opencontainers.image.title="omniroute" \
|
||||
|
||||
Reference in New Issue
Block a user