Skip to content

Commit d05098d

Browse files
committed
Upgrade libstdc++6
1 parent 58e7b05 commit d05098d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubuntu/dot-net/core-1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN set -ex \
111111
software-properties-common=0.92.37.8 \
112112
&& add-apt-repository ppa:ubuntu-toolchain-r/test -y \
113113
&& apt-get update \
114-
&& apt-get install -y libstdc++6=7.3.0-*\
114+
&& apt-get install -y libstdc++6=8-*\
115115
&& rm -rf /var/lib/apt/lists/*
116116

117117
# Install .NET Core SDK

ubuntu/dot-net/core-2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN set -ex \
111111
software-properties-common=0.92.37.8 \
112112
&& add-apt-repository ppa:ubuntu-toolchain-r/test -y \
113113
&& apt-get update \
114-
&& apt-get install -y libstdc++6=7.3.0-*\
114+
&& apt-get install -y libstdc++6=8-*\
115115
&& rm -rf /var/lib/apt/lists/*
116116

117117
# Install .NET Core SDK

0 commit comments

Comments
 (0)