Skip to content

Commit 24517c4

Browse files
committed
fix: update base image to node:lts-slim for improved stability
1 parent 48b5d37 commit 24517c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY entry.sh ./
1414
RUN npm run build
1515

1616
# Stage 2: Create the production image
17-
FROM node:slim
17+
FROM node:lts-slim
1818

1919
RUN apt-get update && \
2020
apt-get install -yqq --no-install-recommends wget && \

0 commit comments

Comments
 (0)