Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Downgrade hippo-dev to match hippo version
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed Apr 13, 2022
1 parent 7722f0f commit 97de86e
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97de86e

Please sign in to comment.