File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 include :
19- - ubuntu_version : 22 .04
19+ - ubuntu_version : 24 .04
2020 hyperscan_version : 5.4.2
2121 pcre_version : 8.45
2222 go_version : 1.23.3
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG UBUNTU_VERSION=22 .04
3+ ARG UBUNTU_VERSION=24 .04
44
55FROM ubuntu:${UBUNTU_VERSION} as build
66
2929
3030# Download Hyperscan
3131
32- ARG HYPERSCAN_VERSION=5.4.1
32+ ARG HYPERSCAN_VERSION=5.4.2
3333
3434ENV HYPERSCAN_DIR=/hyperscan
3535
@@ -65,6 +65,7 @@ RUN <<EOT bash
6565 -DBUILD_STATIC_LIBS=ON \
6666 -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
6767 -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
68+ -DFAT_RUNTIME=off \
6869 ..
6970 ninja
7071 ninja install
9091
9192# Install golang
9293
93- ARG GO_VERSION=1.20 .3
94+ ARG GO_VERSION=1.23 .3
9495
9596ADD https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz /
9697
You can’t perform that action at this time.
0 commit comments