Skip to content

Commit 7a01f59

Browse files
v0.5.499
– package version bump
1 parent e740dc7 commit 7a01f59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:slim as astro
1+
FROM node:slim AS astro
22

33
LABEL version="1.0.0"
44
LABEL maintainer="Vladimir Lukyanov | [email protected]"

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.15.10",
15-
"@astrojs/mdx": "^3.1.7",
16-
"@astrojs/rss": "^4.0.7",
17-
"@astrojs/sitemap": "^3.1.6",
14+
"astro": "^4.16.0",
15+
"@astrojs/mdx": "^3.1.8",
16+
"@astrojs/rss": "^4.0.8",
17+
"@astrojs/sitemap": "^3.2.0",
1818
"@astrojs/preact": "^3.5.3",
1919
"@nulllogic/scssleon" : "^1.0.36"
2020
},

0 commit comments

Comments
 (0)