Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa525d8

Browse files
committed
debug: dns resolution
1 parent630866c commitaa525d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
ARG INCLUDE_DB=false
33

4-
FROM node:20-slim AS base
4+
FROM node:24-slim AS base
55

66
# install dotenv-cli
77
RUN npm install -g dotenv-cli
@@ -36,7 +36,7 @@ COPY --chown=1000 package-lock.json /app/package-lock.json
3636

3737
RUN chmod +x /app/entrypoint.sh
3838

39-
FROM node:20 AS builder
39+
FROM node:24 AS builder
4040

4141
WORKDIR /app
4242

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp