Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Mar 26, 2024
1 parent ad34dc8 commit 85dc9e0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
with:
context: ./
file: Dockerfile
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/ivanjx/transmissionic:latest
cache-from: type=registry,ref=ghcr.io/ivanjx/transmissionic:latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 as builder
FROM node:20 as builder
WORKDIR /transmissionic
COPY . .
RUN npm install --loglevel verbose
Expand Down
57 changes: 30 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mitt": "^3.0.0",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"parse-torrent": "^11.0.7",
"parse-torrent": "^11.0.16",
"rxjs": "^7.5.7",
"swiper": "^8.4.7",
"vue": "^3.2.41",
Expand Down

0 comments on commit 85dc9e0

Please sign in to comment.