Skip to content

Commit

Permalink
Merge pull request #30 from MukuFlash03/vuln-fix-apr24-2
Browse files Browse the repository at this point in the history
Latest vulnerability fixes
  • Loading branch information
shankari authored Apr 8, 2024
2 parents 9398495 + 08df4dd commit c99360f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0-alpine
FROM node:21.7.2-alpine

RUN mkdir -p /public
WORKDIR /public
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0-alpine
FROM node:21.7.2-alpine

RUN mkdir -p /public
WORKDIR /public
Expand Down

0 comments on commit c99360f

Please sign in to comment.