瀏覽代碼

.devcontainer, update image to ubuntu:rolling

- see also: 8446640060e6e5058d0d186d71831a32a9e606e3
Martin Filser 3 年之前
父節點
當前提交
3eb72c6c48
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -1,4 +1,4 @@
-FROM quay.io/wekan/ubuntu:groovy-20210115
+FROM ubuntu:rolling
 LABEL maintainer="sgr"
 LABEL maintainer="sgr"
 
 
 ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python git ca-certificates iproute2"
 ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python git ca-certificates iproute2"