mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
update ubuntu image
This commit is contained in:
parent
1aac7d2790
commit
43af2d97c4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# Built with arch: amd64 flavor: lxde image: ubuntu:20.04
|
||||
# Built with arch: amd64 flavor: lxde image: ubuntu:22.04
|
||||
#
|
||||
################################################################################
|
||||
# base system
|
||||
################################################################################
|
||||
|
||||
FROM ubuntu:20.04 as system
|
||||
FROM ubuntu:22.04 as system
|
||||
|
||||
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ RUN apt-get update \
|
|||
################################################################################
|
||||
# builder
|
||||
################################################################################
|
||||
FROM ubuntu:20.04 as builder
|
||||
FROM ubuntu:22.04 as builder
|
||||
|
||||
|
||||
RUN sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list;
|
||||
|
|
|
|||
Loading…
Reference in a new issue