Skip to content

Commit e7b5893

Browse files
committed
fix: Dockerfile.deploy to reduce vulnerabilities
1 parent 9879aa6 commit e7b5893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99
RUN yarn run build
1010

1111
# production environment
12-
FROM nginx:1.24-alpine
12+
FROM nginx:1.25.3-alpine
1313
COPY --from=build /app/build /usr/share/nginx/html
1414
COPY ./deployment/nginx/default.conf /etc/nginx/conf.d/default.conf
1515
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)