Skip to content

Commit

Permalink
fix: file path and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Jul 11, 2024
1 parent 146adfb commit c1cde0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine AS base
FROM node:21-alpine AS base

RUN npm install -g pnpm

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { StatusError } from './status-error.js';
import { DownloadConfig, defaultDownloadConfig, downloadUrl } from './download.js';
import { getAgents } from './http.js';
import _contentDisposition from 'content-disposition';
import { verifySignedProxyURL } from "@/sign-proxy-url.js";
import { verifySignedProxyURL } from "./sign-proxy-url.js";

const _filename = fileURLToPath(import.meta.url);
const _dirname = dirname(_filename);
Expand Down

0 comments on commit c1cde0e

Please sign in to comment.