Skip to content

Commit

Permalink
update docker image to use slim instead of lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonded committed Aug 11, 2024
1 parent acb44c2 commit 2d5e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-slim
FROM node:slim
COPY . .
RUN apt-get update -y && apt-get install -y openssl
RUN npm install pnpm -g
Expand Down

0 comments on commit 2d5e831

Please sign in to comment.