Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 1, 2024
1 parent 875a979 commit 20f299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN ./configure --with-openssl --enable-websockets
# Compile
RUN make && make install

FROM --platform=$TARGETOS/$TARGETARCH alpine
FROM --platform=$TARGETOS/$TARGETARCH debian

LABEL org.opencontainers.image.source="https://github.com/kordlib/docker"
LABEL org.opencontainers.image.licenses=MIT
Expand Down

0 comments on commit 20f299f

Please sign in to comment.