Skip to content

Commit

Permalink
Update Dockerfile to point at the 2024 lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
piMoll committed Nov 15, 2024
1 parent a5e0f22 commit 6b17be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG NODE_VERSION="18.10"
FROM node:${NODE_VERSION} as base

ARG QWC2_VERSION_HASH="86ba224001cd3c9813ad645f4ccf4de7a17db801"
# 2024 LTS
ARG QWC2_VERSION_HASH="4c434f77660db1060d10ccd96c0f44e0c5482b43"
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

0 comments on commit 6b17be1

Please sign in to comment.