Skip to content

Commit

Permalink
alpine: use 3.20
Browse files Browse the repository at this point in the history
3.12 reached EOL.
  • Loading branch information
kou committed Sep 25, 2024
1 parent 94c1b9d commit f1b794e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.20

RUN apk --no-cache add \
ca-certificates \
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN \
make -j$(nproc) && \
make DESTDIR=/chroot install

FROM alpine:3.12
FROM alpine:3.20
RUN apk --no-cache add zeromq libevent msgpack-c
COPY --from=0 /chroot/ /
ENTRYPOINT ["groonga"]

0 comments on commit f1b794e

Please sign in to comment.