This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
wekan
mirror of
https://github.com/wekan/wekan.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
.devcontainer/Dockerfile, use Debian 11 because Ubuntu 21.10 can not build
Martin Filser
2 years ago
parent
6f2c46a747
commit
68104fe578
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.devcontainer/Dockerfile
+ 1
- 1
.devcontainer/Dockerfile
View File
@@ -1,4 +1,4 @@
-FROM
ubuntu:21.10
+FROM
debian:11
LABEL maintainer="sgr"
# 2022-04-25: