1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-23 19:22:12 +00:00

Use Ubuntu 19.04

This commit is contained in:
Sebastian Bergmann
2019-02-18 19:59:41 +01:00
parent 774fb8bcc1
commit 851653200c

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:19.04
RUN apt-get update && apt-get install -y \
autoconf \