1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-19 15:59:54 +00:00

Use Ubuntu 22.10

This commit is contained in:
Sebastian Bergmann
2022-10-30 17:52:40 +01:00
parent 2a1fd4beeb
commit d0c9a39a19

View File

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