fix: LVVM version build arg
All checks were successful
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Successful in 5m24s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Successful in 16s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Successful in 5m53s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Successful in 5m56s
KeyDB / build-key-db-image (push) Successful in 49s
Image builds / build_images (renovate) (push) Successful in 2m40s

This commit is contained in:
Peter 2023-12-22 23:36:40 +01:00
parent 8e66e6537f
commit 54f9733471
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -1,8 +1,9 @@
ARG BASE_IMAGE=node:20-bookworm-slim
ARG LLVM_VERSION=16
FROM ${BASE_IMAGE}
ARG LLVM_VERSION=16
RUN --mount=type=cache,target=/var/lib/apt \
--mount=type=cache,target=/var/lib/cache \
apt-get update && \