Skip to content

Commit

Permalink
chore: update docker image and devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas authored Apr 1, 2024
1 parent 24503a4 commit a0a8825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swanky-env",
"image": "ghcr.io/inkdevhub/swanky-cli/swanky-base:swanky4.0.0-beta.0_v2.2.0",
"image": "ghcr.io/inkdevhub/swanky-cli/swanky-base:swanky4.0.0_v2.2.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2.8.0": {}
},
Expand Down
2 changes: 1 addition & 1 deletion base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -
RUN apt-get install -y binaryen pkg-config libssl-dev

# Download and install swanky-cli and verify the installation
RUN curl -L https://github.com/swankyhub/swanky-cli/releases/download/v4.0.0/swanky-v4.0.0-81446c0-linux-x64.tar.gz | tar xz -C /opt && \
RUN curl -L https://github.com/inkdevhub/swanky-cli/releases/download/v4.0.0/swanky-v4.0.0-81446c0-linux-x64.tar.gz | tar xz -C /opt && \
ln -s /opt/swanky/bin/swanky /usr/local/bin/swanky

# Install Rustup and Rust, additional components, packages, and verify the installations
Expand Down

0 comments on commit a0a8825

Please sign in to comment.