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:
parent
95af3a859b
commit
06ed879fca
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:latest
|
||||
FROM ubuntu:jammy
|
||||
|
||||
ARG USERNAME=user
|
||||
ARG USER_UID=1000
|
||||
|
|
Reference in New Issue
Block a user