Downgrade devcontainer ubuntu

- just released noble doesn't seem to have python-2.7 anymore so we're
  downgrading to jammy
This commit is contained in:
Peter Šurda 2024-04-29 10:53:09 +08:00
parent 95af3a859b
commit 06ed879fca
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest FROM ubuntu:jammy
ARG USERNAME=user ARG USERNAME=user
ARG USER_UID=1000 ARG USER_UID=1000