Skip to content

Commit

Permalink
debian-build: bump tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgils committed Apr 30, 2024
1 parent 72c1c4f commit d5b3696
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 d5b3696

Please sign in to comment.