Skip to content

Commit

Permalink
Merge pull request #11 from pgils/misc/llvm-18
Browse files Browse the repository at this point in the history
debian-build: bump tool versions (LLVM18, Bitbake 2.8)
  • Loading branch information
pgils authored Apr 30, 2024
2 parents 72c1c4f + 9f2f412 commit 4005a4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian-build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ARG DEBIAN_VERSION=bookworm
FROM docker.io/library/buildpack-deps:${DEBIAN_VERSION} as build-base

ARG DEBIAN_VERSION
ARG LLVM_VERSION=17
ARG BITBAKE_VERSION=2.2.4
ARG UPX_VERSION=4.2.1
ARG LLVM_VERSION=18
ARG BITBAKE_VERSION=2.8.0
ARG UPX_VERSION=4.2.3

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 4005a4f

Please sign in to comment.