Skip to content

Commit

Permalink
Update alpine verion
Browse files Browse the repository at this point in the history
OpenJDK for Alpine 3.11 is segfaulting with gradle 8.6.
  • Loading branch information
smola committed Mar 1, 2024
1 parent c005491 commit f396fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.11
FROM alpine:3.18

RUN apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing cmake bash make git g++ wget openjdk8
RUN apk add --update-cache cmake bash make git g++ wget openjdk8

ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
ENV PATH=$JAVA_HOME/bin:$PATH
ENV PATH=$JAVA_HOME/bin:$PATH

0 comments on commit f396fa1

Please sign in to comment.