1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00

fix image for docker

This commit is contained in:
Alexis Lefebvre 2023-03-15 02:27:05 +01:00
parent 329fc8f93d
commit 7937c7b203
No known key found for this signature in database
GPG key ID: 3DCE39C7795C652A

View file

@ -1,4 +1,4 @@
FROM debian:11
FROM ubuntu:22.04
# curl is needed by Rust update tool
RUN apt-get update \