Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:18.20.8-dev-alpine as build-stage

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# Prepare pnpm with corepack (experimental feature)
RUN corepack enable && corepack prepare pnpm@latest
Expand All @@ -24,8 +24,8 @@
# Get ready for production
FROM caddy:2-alpine

LABEL name "website"

Check warning on line 27 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL maintainer "Anime World Indonesia <dev@animeworld.moe>"

Check warning on line 28 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

WORKDIR /app

Expand All @@ -34,7 +34,7 @@
COPY ./.github/docker/Caddyfile ./Caddyfile

# Additional Environment Variables
ENV NODE_ENV production

Check warning on line 37 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

EXPOSE 80

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.3",
"@fontsource/fira-mono": "^5.2.7",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.20.5",
"@types/cookie": "^0.5.1",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.24",
"postcss": "^8.5.6",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.3",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.19",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^4.3.9"
},
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@sveltejs/adapter-static": "^2.0.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@sveltejs/adapter-static": "^2.0.3",
"svelte-fa": "^3.0.4"
},
"packageManager": "pnpm@8.7.1+sha512.41bb77121614697152da4e052d003baf6fde633fc9a03786ebcd3fdd45c6d066b4dcb3ee6381a076f08b7beccedcced99d61b8548e1b03093b4292727ebe5ea8"
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}
Loading
Loading