1
0
Fork 0
mirror of synced 2024-05-03 03:52:58 +12:00

fix image for docker (#947)

This commit is contained in:
Alexis Lefebvre 2023-04-02 17:33:52 +02:00 committed by GitHub
parent 329fc8f93d
commit 336bbd3057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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