From 97de86eb8d5eb955e99057817ef8ac58b77f3513 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 13 Apr 2022 08:44:15 -0700 Subject: [PATCH] Downgrade hippo-dev to match hippo version Signed-off-by: Matthew Fisher --- .devcontainer/devcontainer.json | 2 +- .github/workflows/build-devcontainer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2de246ded..72b75b1b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // It should match the value of the ENV VAR DEVCONTAINER_VERSION in build-devcontainer.yml { "name": "Hippo", - "image": "ghcr.io/deislabs/hippo-dev:v1.1.0", + "image": "ghcr.io/deislabs/hippo-dev:v0.6.2", // Set *default* container specific settings.json values on container create. "settings": { "remote.autoForwardPorts": false diff --git a/.github/workflows/build-devcontainer.yml b/.github/workflows/build-devcontainer.yml index 963a779db..d110c202d 100644 --- a/.github/workflows/build-devcontainer.yml +++ b/.github/workflows/build-devcontainer.yml @@ -11,7 +11,7 @@ jobs: name: Push devcontainer/codespaces image to GitHub Package Registry runs-on: ubuntu-latest env: - DEVCONTAINER_VERSION: v1.1.0 + DEVCONTAINER_VERSION: v0.6.2 permissions: contents: read packages: write