Skip to content

Commit

Permalink
updating dockerfile for new download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Pflueger committed Nov 22, 2023
1 parent a737ca4 commit c3090b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -y \
&& apt-get install -y wget
# NOTE: this binary uses the $(ARCH)-unknown-linux-musl triplet
ARG SHIM_VERSION=0.5.1
RUN wget -q -O - "https://github.com/deislabs/containerd-wasm-shims/releases/download/v${SHIM_VERSION}/containerd-wasm-shims-v1-linux-$(uname -m).tar.gz" | tar -xvz -f - containerd-shim-spin-v1
ARG SHIM_VERSION=0.9.0
RUN wget -q -O - "https://github.com/deislabs/containerd-wasm-shims/releases/download/v${SHIM_VERSION}/containerd-wasm-shims-v1-spin-linux-$(uname -m).tar.gz" | tar -xvz -f - containerd-shim-spin-v1

# Download the toml CLI tool
FROM rust:bullseye as toml-downloader
Expand Down

0 comments on commit c3090b4

Please sign in to comment.