mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
chore(deps): update Node.js version from 23.1.0 to 23.6.0
This commit is contained in:
@@ -1 +1 @@
|
||||
23.1.0
|
||||
23.6.0
|
||||
|
||||
@@ -1 +1 @@
|
||||
nodejs 23.1.0
|
||||
nodejs 23.6.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine
|
||||
FROM node:23-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ==============================================================================
|
||||
# Base image
|
||||
# ==============================================================================
|
||||
FROM node:22-alpine AS builder
|
||||
FROM node:23-alpine AS builder
|
||||
|
||||
# Install git and other dependencies
|
||||
RUN apk add --no-cache \
|
||||
@@ -23,7 +23,7 @@ RUN npm run build
|
||||
# ==============================================================================
|
||||
# Production image
|
||||
# ==============================================================================
|
||||
FROM node:22-alpine
|
||||
FROM node:23-alpine
|
||||
|
||||
# Install git and other dependencies
|
||||
RUN apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user