Skip to content

Commit

Permalink
update nginx docker image for proxywasm
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 24, 2024
1 parent e374ae1 commit cd7f631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/proxywasm/e2e/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04
FROM ubuntu:24.10

RUN apt update && apt install libatomic1
RUN apt update && apt install -y libatomic1

ADD https://github.com/Kong/ngx_wasm_module/releases/download/prerelease-0.3.0/wasmx-prerelease-0.3.0-v8-x86_64-ubuntu22.04.tar.gz wasmx.tar.gz

Expand Down

0 comments on commit cd7f631

Please sign in to comment.