Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6cbf5a9

Browse files
joshspicerChuxel
andauthored
bump oryx base image to latest (#1121)
* bump oryx base image to latest * bump to newer * bump to 20211102.1 * Trigger CI Co-authored-by: Chuck Lantz <[email protected]> Co-authored-by: Chuck Lantz <[email protected]>
1 parent 44f4be7 commit 6cbf5a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
5-
FROM mcr.microsoft.com/oryx/build:vso-focal-20210902.1 as kitchensink
5+
FROM mcr.microsoft.com/oryx/build:vso-focal-20211102.1 as kitchensink
66

77
ARG USERNAME=codespace
88
ARG USER_UID=1000
@@ -123,4 +123,4 @@ RUN if [ -z $DeveloperBuild ]; then \
123123
curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l /vsdbg ; \
124124
fi
125125

126-
USER ${USERNAME}
126+
USER ${USERNAME}

containers/codespaces-linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ Given its size, we do not recommend extending this image. However, you can add i
101101
Copyright (c) Microsoft Corporation. All rights reserved.
102102

103103
Licensed under the MIT License. See [LICENSE](https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE).
104+

0 commit comments

Comments
 (0)