1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-24 03:37:34 +00:00

Use Ubuntu 21.04

This commit is contained in:
Sebastian Bergmann
2021-01-26 15:47:02 +01:00
parent 7aa5ddc465
commit ab2b17df77

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.10
FROM ubuntu:21.04
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \