Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/openshell-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# source .github/scripts/openshell-version.sh

# renovate: datasource=github-tags depName=NVIDIA/OpenShell
OPENSHELL_VERSION=0.0.72
OPENSHELL_SHA=8cb16de9eae4c44d7d31e1493747d8c10abb5963
OPENSHELL_VERSION=0.0.76
OPENSHELL_SHA=6461677c3232abd05f14a3a367e332d9e3cd9647

export OPENSHELL_VERSION OPENSHELL_SHA

Expand Down
2 changes: 1 addition & 1 deletion images/sandbox/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# FROM <registry>/fullsend-sandbox:v1
# RUN apt-get install -y golang

FROM ghcr.io/nvidia/openshell-community/sandboxes/base@sha256:11c73b5a90297f59172abc1b0cd36dc87a2be3a942c4ed604a4da653a4c67c68
FROM ghcr.io/nvidia/openshell-community/sandboxes/base@sha256:aeef1c63f00e2913ea002ccb3aaf925f338b5c5d70e63576f0d95c16a138044e

# The base image runs as the sandbox user (998). Switch to root for
# package installation and switch back at the end.
Expand Down
Loading