Skip to content

Commit

Permalink
chore: fix msal-node docker build env image (#1223)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Jan 3, 2024
1 parent 0341361 commit d095bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/msal-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASEIMAGE=mcr.microsoft.com/mirror/gcr/distroless/nodejs-debian11:16

FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21-bookworm as build-env
FROM mcr.microsoft.com/cbl-mariner/base/nodejs:16 as build-env
ADD . /app
WORKDIR /app
RUN npm install
Expand Down

0 comments on commit d095bb2

Please sign in to comment.