Skip to content

Commit

Permalink
Upgrade to latest QWC2 LTS version and upgrade node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
piMoll committed Dec 5, 2024
1 parent 804df1e commit 7d46b39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG NODE_VERSION="18.10"
ARG NODE_VERSION="20.18"
FROM node:${NODE_VERSION} as base

# 2024 LTS
ARG QWC2_VERSION_HASH="4c434f77660db1060d10ccd96c0f44e0c5482b43"
# 2024.11.27-lts
ARG QWC2_VERSION_HASH="1604782b19b5b9d357e750fbc480bade8ebeaf37"
ARG QWC2_DOWNLOAD_PATH="https://github.com/qgis/qwc2/archive/$QWC2_VERSION_HASH.zip"
ARG QWC2_REPO_VERSION_URL="https://github.com/qgis/qwc2/tree/$QWC2_VERSION_HASH"
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QWC2App",
"version": "2024.08.27-lts",
"version": "2024.11.27-lts",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ services:
- "8080:8080"
volumes:
- ./app:/app
- ./example_config/config.json:/usr/share/nginx/html/config.json
- ./example_config/themes.json:/usr/share/nginx/html/themes.json

0 comments on commit 7d46b39

Please sign in to comment.