Skip to content

Commit ce5cbeb

Browse files
authored
Merge pull request #4 from nikheal2/s390x_support
feat: Adding s390x support in Dockerfile
2 parents 9c961e4 + 41cb221 commit ce5cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG UBI_BASE_IMAGE_TAG=latest
33

44
## Rust builder ################################################################
55
# Specific debian version so that compatible glibc version is used
6-
FROM rust:1.84.0-bullseye AS rust-builder
6+
FROM rust:1.84.0 AS rust-builder
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)