.devcontainer, update image to ubuntu:rolling

- see also: 8446640060
This commit is contained in:
Martin Filser 2022-01-26 08:55:11 +01:00 committed by Denis Perov
parent f94ae76609
commit 926b617f33

View file

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