Skip to content

Commit d6516c1

Browse files
authored
Merge pull request #165 from afrinxnahar/main
modify docker file
2 parents 38c1f25 + 5d31a74 commit d6516c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18-alpine AS base
22

33
RUN apk update && apk add --no-cache yt-dlp ffmpeg
4-
RUN corepack enable && corepack prepare pnpm@9.12.3 --activate
4+
RUN corepack enable && corepack prepare pnpm@9.15.4 --activate
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)