Skip to content

Commit

Permalink
update for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Davis-MSFT committed May 1, 2024
1 parent 2e88d62 commit 468a7a7
Show file tree
Hide file tree
Showing 2 changed files with 2,035 additions and 1,815 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:19-alpine AS base
FROM node:alpine AS base
WORKDIR /app
COPY package*.json ./
COPY *env ./
Expand All @@ -14,7 +14,7 @@ COPY . .
RUN npm run build

# ---- Production ----
FROM node:19-alpine AS production
FROM node:alpine AS production
WORKDIR /app
COPY --from=dependencies /app/node_modules ./node_modules
COPY --from=build /app/.next ./.next
Expand Down
Loading

0 comments on commit 468a7a7

Please sign in to comment.