Skip to content

Commit

Permalink
Try 32-bit Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Feb 11, 2024
1 parent 3ab54be commit 8cbc4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM rust:1.75-alpine
RUN apk add cargo
FROM --platform=linux/i386 rust:1.75-alpine3.19
WORKDIR /project-euler
COPY . .

0 comments on commit 8cbc4cf

Please sign in to comment.