Browse Source

.devcontainer/Dockerfile, use Debian 11 because Ubuntu 21.10 can not build

Martin Filser 2 năm trước cách đây
mục cha
commit
68104fe578
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -1,4 +1,4 @@
-FROM ubuntu:21.10
+FROM debian:11
 LABEL maintainer="sgr"
 
 # 2022-04-25: