Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a652d06d31 |
@@ -1,6 +1,6 @@
|
||||
FROM node:22.12.0-alpine3.20 AS base
|
||||
FROM node:22.13.0-alpine3.20 AS base
|
||||
|
||||
LABEL version="0.6.0"
|
||||
LABEL version="0.6.1"
|
||||
LABEL description="Astro based website to use as a profile"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@directus/sdk": "^18.0.0",
|
||||
"astro": "^5.0.0",
|
||||
"typescript": "^5.7.2"
|
||||
"astro": "^5.1.4",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user