Skip to content

Commit 65657b5

Browse files
authored
Merge pull request #5677 from larsewi/valgrind
Upgraded valgrind check container to Ubuntu 24
2 parents 39e3f9c + 17d9146 commit 65657b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/valgrind-check/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 AS build
1+
FROM ubuntu:24.04 AS build
22
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y
33
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev librsync-dev
44
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git flex bison byacc automake make autoconf libtool valgrind

0 commit comments

Comments
 (0)