Skip to content

Commit

Permalink
Switch to Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbroere authored and mindrunner committed Apr 29, 2023
1 parent d81b924 commit ef832fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

LABEL de.mindrunner.android-docker.flavour="ubuntu-standalone"

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN apt-get install -y \
vim \
openssh-client \
locales \
bsdtar
libarchive-tools

RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ef832fe

Please sign in to comment.