Compare commits

..

1 Commits

Author SHA1 Message Date
1e5fde16b2 chore(deps): update dependency node to v24.14.0
Some checks failed
test-build / guarddog (pull_request) Successful in 2m3s
test-build / build (pull_request) Failing after 3m45s
2026-02-26 00:08:28 +00:00
4 changed files with 400 additions and 615 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/node:24.14.0-alpine AS builder
FROM docker.io/node:24.13.1-alpine AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
@@ -17,12 +17,12 @@ FROM build-deps AS build
COPY . .
RUN pnpm run build
FROM dhi.io/node:24.14.0 AS runtime
FROM dhi.io/node:24.13.1 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
LABEL version="2.16.0"
LABEL version="2.15.1"
LABEL description="Astro based personal website"
ENV HOST=0.0.0.0

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.16.0",
"version": "2.15.1",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -49,7 +49,7 @@
"marked": "^17.0.2",
"marked-shiki": "^1.2.1",
"mdast-util-to-string": "^4.0.0",
"preline": "^4.1.1",
"preline": "^4.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"reading-time": "^1.5.0",
@@ -66,7 +66,7 @@
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-format": "^2.0.0",
"eslint-plugin-format": "^1.4.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",

1002
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,5 @@
@import 'tailwindcss';
@import 'preline/variants.css';
@import './utilities.css';
@plugin '@tailwindcss/typography';