File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM ich777/debian-baseimage
1
+ FROM ich777/debian-baseimage:bullseye_amd64
2
2
3
3
LABEL org.opencontainers.image.authors="admin@minenet.at"
4
4
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-lunamultiplayer-ksp"
5
5
6
6
RUN apt-get update && apt-get -y install --no-install-recommends wget apt-transport-https && \
7
- wget https://packages.microsoft.com/config/debian/12 /packages-microsoft-prod.deb -O /tmp/packages-microsoft-prod.deb && \
7
+ wget https://packages.microsoft.com/config/debian/11 /packages-microsoft-prod.deb -O /tmp/packages-microsoft-prod.deb && \
8
8
dpkg -i /tmp/packages-microsoft-prod.deb && apt-get update && \
9
9
apt-get -y install --no-install-recommends aspnetcore-runtime-5.0 jq unzip && \
10
10
apt-get -y remove apt-transport-https && \
You can’t perform that action at this time.
0 commit comments