diff options
author | Adrian Villin <avillin@cisco.com> | 2024-12-11 10:39:05 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-12-11 17:47:34 +0000 |
commit | 0f97947f3653fa0d5ad89fac34deb35d300d988f (patch) | |
tree | 0c66e1a562b1299ba1c0d65121af48d929d49a65 | |
parent | af5fcbfa713ca3693ee9d28354fe004b76f74d6a (diff) |
hs-test: fix nginx http3 dockerfile
- now working with UBUNTU_VERSION=24.04
Type: test
Change-Id: I60aa62b8dcf3e96392af7179925e0f0fa3e15f11
Signed-off-by: Adrian Villin <avillin@cisco.com>
-rw-r--r-- | extras/hs-test/docker/Dockerfile.nginx-http3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/docker/Dockerfile.nginx-http3 b/extras/hs-test/docker/Dockerfile.nginx-http3 index d52aff8f2f8..1070be9446a 100644 --- a/extras/hs-test/docker/Dockerfile.nginx-http3 +++ b/extras/hs-test/docker/Dockerfile.nginx-http3 @@ -12,7 +12,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \ RUN bash -c 'echo -e "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" \ | tee /etc/apt/preferences.d/99nginx' -RUN apt update && apt install -y nginx=1.26.2-1~jammy +RUN apt update && apt install -y nginx=1.26.2* COPY vpp-data/lib/* /usr/lib/ COPY resources/nginx/vcl.conf /vcl.conf |