diff options
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index f619e3f..26c05d0 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -1,6 +1,6 @@ { "name": "TeachOS on x86-64", - "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.1.0-5", + "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-1", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, @@ -21,4 +21,4 @@ }, "remoteUser": "ubuntu", "updateRemoteUserUID": true -}
\ No newline at end of file +} |
