Skip to content

Commit

Permalink
Fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Dec 13, 2024
1 parent 6509753 commit 2e00dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/net10.0/webassembly/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -sSL https://netcorenativeassets.blob.core.windows.net/resource-package
ENV WASI_SDK_VERSION=25.0
ENV WASI_SDK_MAJOR_VERSION=25
ENV WASI_SDK_PATH=/usr/local/wasi-sdk
ENV WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_MAJOR_VERSION}/wasi-sdk-${WASI_SDK_VERSION}-linux.tar.gz
ENV WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_MAJOR_VERSION}/wasi-sdk-${WASI_SDK_VERSION}-x86_64-linux.tar.gz

RUN mkdir -p ${WASI_SDK_PATH} \
&& cd /tmp \
Expand Down

0 comments on commit 2e00dc8

Please sign in to comment.