We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a1d84 commit 96a226eCopy full SHA for 96a226e
Dockerfile
@@ -18,7 +18,7 @@ ENV PATH="${PATH}:/usr/local/go/bin"
18
# Install dotnet SDK
19
RUN apt install apt-transport-https dirmngr gnupg ca-certificates -yq \
20
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
21
- && echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main"| tee /etc/apt/sources.list.d/mono-official-stable.list \
+ && echo "deb https://download.mono-project.com/repo/ubuntu stable-jammy main"| tee /etc/apt/sources.list.d/mono-official-stable.list \
22
&& apt update -yq \
23
&& apt install mono-devel -yq
24
0 commit comments