1 parent d0d7a4e commit b5cc3ceCopy full SHA for b5cc3ce
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.3.33
+ARG BUILD_VERSION=1.3.34
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.3.33",
+ "version": "1.3.34",
4
"type": "module",
5
"description": "",
6
"main": "dist/index.js",
0 commit comments