mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
uses compatable images - fixes GLIBC_2.29 not found issue on (at least) arm machines (#2028)
This commit is contained in:
parent
a24676e629
commit
a860e22b85
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG RUST_BUILDER_IMAGE=rust:1.56-slim
|
||||
ARG RUST_BUILDER_IMAGE=rust:1.56-slim-buster
|
||||
|
||||
# Build Lemmy
|
||||
FROM $RUST_BUILDER_IMAGE as builder
|
||||
|
|
Loading…
Reference in a new issue