We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a979 commit 20f299fCopy full SHA for 20f299f
Dockerfile
@@ -15,7 +15,7 @@ RUN ./configure --with-openssl --enable-websockets
15
# Compile
16
RUN make && make install
17
18
-FROM --platform=$TARGETOS/$TARGETARCH alpine
+FROM --platform=$TARGETOS/$TARGETARCH debian
19
20
LABEL org.opencontainers.image.source="https://github.com/kordlib/docker"
21
LABEL org.opencontainers.image.licenses=MIT
0 commit comments