Skip to content

Commit

Permalink
Merge pull request #64 from Azure/Roydemilde-patch-1
Browse files Browse the repository at this point in the history
Roydemilde - version 8.0 (devcontainer)
  • Loading branch information
Kevin Harris authored Dec 12, 2023
2 parents 889165f + 187bd7a commit 03f8b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Choice] .NET version: 7.0, 6.0, 3.1, 6.0-bullseye, 3.1-bullseye, 6.0-focal, 3.1-focal
# See here for devcontainer tags: https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list
ARG VARIANT="7.0-jammy"
ARG VARIANT="8.0-jammy"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:${VARIANT}

# [Choice] Node.js version: none, lts/*, 18, 16, 14
Expand All @@ -13,4 +13,4 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get clean -y

# [Optional] Uncomment this line to install global node packages.
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# Update 'VARIANT' to pick an version of .NET: 6, 7.
# Append -bullseye or -buster to pin to an OS version.
# Use -bullseye variants on local arm64/Apple Silicon.
VARIANT: 7.0-jammy
VARIANT: 8.0-jammy
# Options
NODE_VERSION: "lts/*"
environment:
Expand All @@ -27,4 +27,4 @@ services:
image: qdrant/qdrant
restart: unless-stopped
ports:
- 6333:6333
- 6333:6333

0 comments on commit 03f8b1c

Please sign in to comment.