feat(pkgs/logseq): bump to 0.10.9
This commit is contained in:
parent
070d3037d2
commit
46df99c190
5 changed files with 24 additions and 41 deletions
|
@ -4,7 +4,8 @@
|
|||
# build-docker.yml and change the release channel from :latest to :testing
|
||||
|
||||
# Builder image
|
||||
FROM clojure:temurin-11-tools-deps-1.11.1.1208-bullseye-slim as builder
|
||||
# FROM clojure:temurin-11-tools-deps-1.11.1.1208-bullseye-slim as builder
|
||||
FROM clojure:temurin-11-tools-deps-bullseye-slim as builder
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -20,15 +21,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
# install NodeJS & yarn
|
||||
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
|
||||
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | \
|
||||
tee /etc/apt/trusted.gpg.d/yarn.gpg && \
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | \
|
||||
tee /etc/apt/sources.list.d/yarn.list && \
|
||||
apt-get update && apt-get install -y nodejs yarn
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/yarn.gpg && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y nodejs yarn
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
ENV VERSION=0.10.5
|
||||
ENV VERSION=0.10.9
|
||||
|
||||
# build Logseq static resources
|
||||
RUN git clone -b ${VERSION} https://github.com/logseq/logseq.git .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue