Skip to content

Commit

Permalink
Use slim for base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortovoxx committed Mar 3, 2024
1 parent e924df2 commit 07ddf9b
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:18-alpine as base
FROM node:18-slim as base

FROM base as deps

Expand Down

0 comments on commit 07ddf9b

Please sign in to comment.