code-server 4.3, basex 9.7
This commit is contained in:
parent
7dcb97eee8
commit
7e0e0b2c64
@ -4,7 +4,7 @@
|
||||
# @author Andy Bunce
|
||||
|
||||
# Main image
|
||||
FROM ghcr.io/linuxserver/code-server:4.1.0
|
||||
FROM ghcr.io/linuxserver/code-server:4.3.0
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG BUILDARCH
|
||||
@ -29,7 +29,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/
|
||||
RUN export JAVA_HOME
|
||||
|
||||
# install BaseX to /basex/
|
||||
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
|
||||
RUN curl https://files.basex.org/releases/9.7/BaseX97.zip | jar xv && \
|
||||
chmod a+x /basex/bin/*;
|
||||
ENV PATH=$PATH:/basex/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user