ghmk commited on
Commit
aa0875c
·
1 Parent(s): 30eb0d7

Rebuild: fetch ubuntu-22.04 binary (glibc 2.35, fixes GLIBC_2.39 error)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Download the latest pre-built Linux binary from GitHub Releases
 
15
  RUN curl -fsSL \
16
  https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
17
  -o /usr/local/bin/larql \
 
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Download the latest pre-built Linux binary from GitHub Releases
15
+ # Rebuild trigger: ubuntu-22.04 binary (glibc 2.35) uploaded 2026-04-14
16
  RUN curl -fsSL \
17
  https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
18
  -o /usr/local/bin/larql \