We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e740dc7 commit 7a01f59Copy full SHA for 7a01f59
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:slim as astro
+FROM node:slim AS astro
2
3
LABEL version="1.0.0"
4
LABEL maintainer="Vladimir Lukyanov | [email protected]"
package.json
@@ -11,10 +11,10 @@
11
"astro": "astro"
12
},
13
"dependencies": {
14
- "astro": "^4.15.10",
15
- "@astrojs/mdx": "^3.1.7",
16
- "@astrojs/rss": "^4.0.7",
17
- "@astrojs/sitemap": "^3.1.6",
+ "astro": "^4.16.0",
+ "@astrojs/mdx": "^3.1.8",
+ "@astrojs/rss": "^4.0.8",
+ "@astrojs/sitemap": "^3.2.0",
18
"@astrojs/preact": "^3.5.3",
19
"@nulllogic/scssleon" : "^1.0.36"
20
0 commit comments