Skip to content

Commit

Permalink
Fix Dockerfile according to PR#7841
Browse files Browse the repository at this point in the history
  • Loading branch information
MMS-RBKN committed Jun 10, 2024
1 parent ee7a2fa commit 65824df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/dotnet:6.0
FROM mcr.microsoft.com/devcontainers/dotnet:6.0-bullseye

# Install NodeJS
# [Choice] Node.js version: none, lts/*, 18, 16, 14
Expand Down Expand Up @@ -44,4 +44,4 @@ RUN chown -R vscode ~vscode
RUN chmod +x /home/vscode/azure-pipelines/start.sh

# Clean up
RUN rm -rf /var/lib/apt/lists/* /tmp/library-scripts
RUN rm -rf /var/lib/apt/lists/* /tmp/library-scripts

0 comments on commit 65824df

Please sign in to comment.