Compare commits
27 Commits
2.1.3
...
54597a85ec
| Author | SHA1 | Date | |
|---|---|---|---|
|
54597a85ec
|
|||
| f88195b97d | |||
|
daf5acc335
|
|||
| b2246f6858 | |||
|
e424616e12
|
|||
| da20872a1e | |||
|
b43dff833f
|
|||
| 9248b76d8e | |||
|
019413a325
|
|||
| d94e490846 | |||
|
0d6e21618b
|
|||
| 0b03499f81 | |||
|
f9a62cad1c
|
|||
| 2014d0b87a | |||
| 24f237b795 | |||
|
1c985bca47
|
|||
|
291d436c1f
|
|||
| 08c8cb15ca | |||
|
d2b01a7bd3
|
|||
| aa75da2ecb | |||
|
0093b92b23
|
|||
| 6e0253f849 | |||
| 06ada51c0f | |||
|
1cf72e72b5
|
|||
|
181d4b56ac
|
|||
| c5870eba4a | |||
| 8242f153d8 |
@@ -1,7 +1,7 @@
|
|||||||
ARG REGISTRY=docker.io
|
ARG REGISTRY=docker.io
|
||||||
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base
|
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base
|
||||||
|
|
||||||
LABEL version="2.1.3"
|
LABEL version="2.1.4"
|
||||||
LABEL description="Astro based personal website"
|
LABEL description="Astro based personal website"
|
||||||
|
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "site-profile",
|
"name": "site-profile",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"homepage": "https://www.alexlebens.dev",
|
"homepage": "https://www.alexlebens.dev",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
|
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
|
||||||
@@ -79,6 +79,6 @@
|
|||||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||||
"timeago.js": "^4.0.2",
|
"timeago.js": "^4.0.2",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.50.1"
|
"typescript-eslint": "8.52.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1163
pnpm-lock.yaml
generated
1163
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user