Skip to content

Commit 178deaa

Browse files
committed
Bump Alpine 3.12 -> 3.x
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 1d571c7 commit 178deaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12
1+
FROM alpine:3
22
RUN apk add --update git build-base automake autoconf
33

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

11-
FROM alpine:3.12
11+
FROM alpine:3
1212
COPY --from=0 /root/mcjoin/src/mcjoin /usr/bin/mcjoin
1313

1414
CMD [ "/usr/bin/mcjoin" ]

0 commit comments

Comments
 (0)