Skip to content

Commit

Permalink
Fix GLIB version not match in ARM
Browse files Browse the repository at this point in the history
current dockerfile cannot run on ARM because builder use different GLIB version with runner
This commit change builder to the same tag as runner
  • Loading branch information
KAIYOHUGO authored Oct 11, 2023
1 parent 67b0d56 commit 8a5d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchbox_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to build, run `docker build -f matchbox_server/Dockerfile` from root of the
# repository

FROM rust:1.72 as builder
FROM rust:1.72-slim-bullseye as builder

WORKDIR /usr/src/matchbox_server/

Expand Down

0 comments on commit 8a5d9b0

Please sign in to comment.