Skip to content

Commit 1453594

Browse files
committed
Update devcontainer to fix build
1 parent 7b9be96 commit 1453594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NET_VERSION=6.0
2-
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0.203-${NET_VERSION}-bullseye
2+
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0.204-${NET_VERSION}-bullseye
33

44
RUN apt-get update && apt-get install -y \
55
apt-transport-https \

0 commit comments

Comments
 (0)