Skip to content

Commit dd92590

Browse files
committed

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
@@ -25,7 +25,7 @@ RUN pnpm i --frozen-lockfile &&\
2525
pnpm build
2626

2727
# Deploy stage
28-
FROM nginx:latest
28+
FROM nginx:1.27.3-alpine3.20-slim
2929

3030
COPY --from=workspace /app/dist/ /usr/share/nginx/html
3131
COPY default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)