Skip to content

Commit aa525d8

Browse files
committed
debug: dns resolution
1 parent 630866c commit aa525d8

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)