Skip to content

Commit 6ea26f4

Browse files
committed
🔧(build) use alpine base image for frontend
For smaller image size and to avoid critical CVEs in the slim base image
1 parent 66a837a commit 6ea26f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim AS frontend-deps
1+
FROM node:22-alpine AS frontend-deps
22

33
ENV npm_config_cache=/tmp/npm-cache
44
RUN npm install -g [email protected] && npm cache clean -f

0 commit comments

Comments
 (0)