mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 03:08:00 +01:00
Upgrade Docker image to Ubuntu 18.04
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user