We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5bee8 commit 9850cdaCopy full SHA for 9850cda
dockerfile
@@ -6,7 +6,7 @@ RUN apk add --no-cache openssl-dev
6
RUN cargo build --release --bin atomic-server
7
8
# We only need a small runtime for this step, but make sure glibc is installed
9
-FROM frolvlad/alpine-glibc as runtime
+FROM frolvlad/alpine-glibc:alpine-3.16_glibc-2.34 as runtime
10
COPY --chmod=0755 --from=builder /app/target/release/atomic-server /atomic-server-bin
11
ENV ATOMIC_STORE_PATH="/atomic-storage/db"
12
ENV ATOMIC_CONFIG_PATH="/atomic-storage/config.toml"
0 commit comments