Upgrade Docker image to Ubuntu 18.04

This commit is contained in:
Marcin Kulik
2019-01-12 20:32:48 +01:00
parent 774a18d36b
commit cc73910933
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:16.04 FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

View File

@@ -97,7 +97,7 @@ Then run it with:
### Docker image ### Docker image
asciinema Docker image is based on Ubuntu 16.04 and has the latest version of asciinema Docker image is based on Ubuntu 18.04 and has the latest version of
asciinema recorder pre-installed. asciinema recorder pre-installed.
docker pull asciinema/asciinema docker pull asciinema/asciinema