1 parent d9aed53 commit b7fa7b0Copy full SHA for b7fa7b0
2 files changed
Dockerfile
@@ -41,7 +41,7 @@ RUN npm install
41
# Build workspaces in order
42
RUN npm run build -w shared
43
# Supervisor / CI passes BUILD_VERSION from ha-addon/config.yaml version; CI may pass VITE_APP_BUILD_VERSION (tag@sha) instead.
44
-ARG BUILD_VERSION=1.5.1
+ARG BUILD_VERSION=1.5.2
45
ARG VITE_APP_BUILD_VERSION=
46
ARG VITE_INSTALL_KIND=docker
47
ENV VITE_INSTALL_KIND=docker
server/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "server",
3
- "version": "1.5.1",
+ "version": "1.5.2",
4
"type": "module",
5
"description": "",
6
"main": "dist/index.js",
0 commit comments