Skip to content

Commit

Permalink
updated base image
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Dec 10, 2024
1 parent 216101b commit 7ef2b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/libms.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-slim as build
FROM node:22.12.0-slim as build

#! docker should be run from the root directory of the project

Expand All @@ -15,7 +15,7 @@ RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn build


FROM node:20.10.0-slim
FROM node:22.12.0-slim
COPY --from=build /dtaas/libms/dist /dtaas/libms/dist
COPY --from=build /dtaas/libms/node_modules /dtaas/libms/node_modules
COPY --from=build /dtaas/libms/package.json /dtaas/libms/package.json
Expand Down

0 comments on commit 7ef2b38

Please sign in to comment.