Skip to content

Commit

Permalink
Update to Alpine 3.12 as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 25, 2020
1 parent 411f704 commit 55949e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --update git build-base automake autoconf

RUN git clone --depth=1 https://github.com/troglobit/mcjoin.git /root/mcjoin
Expand All @@ -8,7 +8,7 @@ RUN ./autogen.sh
RUN ./configure --prefix=/usr
RUN make

FROM alpine:3.11
FROM alpine:3.12
COPY --from=0 /root/mcjoin/src/mcjoin /usr/bin/mcjoin

CMD [ "/usr/bin/mcjoin" ]

0 comments on commit 55949e0

Please sign in to comment.