Skip to content

Commit

Permalink
Merge pull request #5677 from larsewi/valgrind
Browse files Browse the repository at this point in the history
Upgraded valgrind check container to Ubuntu 24
  • Loading branch information
larsewi authored Jan 10, 2025
2 parents 39e3f9c + 17d9146 commit 65657b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/valgrind-check/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS build
FROM ubuntu:24.04 AS build
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev librsync-dev
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git flex bison byacc automake make autoconf libtool valgrind
Expand Down

0 comments on commit 65657b5

Please sign in to comment.