Used correct dockerfile version.

This commit is contained in:
Daniel Mowitz 2023-08-24 18:23:02 +02:00
parent 7b5cba1ba9
commit 1de709ef39

View file

@ -1,4 +1,4 @@
FROM rust:1.72-alpine
FROM rust:1.71-alpine
RUN mkdir webmention-filer
COPY src webmention-filer/src