diff --git a/Dockerfile b/Dockerfile index d393666..9bac883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Download, extract Nexus to /tmp/sonatype/nexus FROM debian:buster-slim as downloader -ARG NEXUS_VERSION=3.34.0-01 +ARG NEXUS_VERSION=3.35.0-02 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz # Download Nexus and other stuff we need later