Skip to content

Commit 9850cda

Browse files
committed
Fix broken docker build #568
1 parent 4b5bee8 commit 9850cda

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
@@ -6,7 +6,7 @@ RUN apk add --no-cache openssl-dev
66
RUN cargo build --release --bin atomic-server
77

88
# We only need a small runtime for this step, but make sure glibc is installed
9-
FROM frolvlad/alpine-glibc as runtime
9+
FROM frolvlad/alpine-glibc:alpine-3.16_glibc-2.34 as runtime
1010
COPY --chmod=0755 --from=builder /app/target/release/atomic-server /atomic-server-bin
1111
ENV ATOMIC_STORE_PATH="/atomic-storage/db"
1212
ENV ATOMIC_CONFIG_PATH="/atomic-storage/config.toml"

0 commit comments

Comments
 (0)