code-server 4.3, basex 9.7

This commit is contained in:
Andy Bunce 2022-04-18 15:00:47 +01:00
parent 7dcb97eee8
commit 7e0e0b2c64

View File

@ -4,7 +4,7 @@
# @author Andy Bunce # @author Andy Bunce
# Main image # Main image
FROM ghcr.io/linuxserver/code-server:4.1.0 FROM ghcr.io/linuxserver/code-server:4.3.0
ARG TARGETARCH ARG TARGETARCH
ARG BUILDARCH ARG BUILDARCH
@ -29,7 +29,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/
RUN export JAVA_HOME RUN export JAVA_HOME
# install BaseX to /basex/ # 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/*; chmod a+x /basex/bin/*;
ENV PATH=$PATH:/basex/bin ENV PATH=$PATH:/basex/bin