Skip to content

Commit

Permalink
try to update node image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaz9 committed Aug 10, 2024
1 parent 0802b60 commit 9e42f30
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:latest AS build
FROM node:alpine AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down

0 comments on commit 9e42f30

Please sign in to comment.