From 0dc317829ccefa1c8787cdd7d26ac87240a20f02 Mon Sep 17 00:00:00 2001 From: Kok-Yan Lo Date: Fri, 27 Aug 2021 23:56:40 +1000 Subject: [PATCH] Upgrade to 3.33.1-01 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23e6730..e2b520f 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.33.0-01 +ARG NEXUS_VERSION=3.33.1-01 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz # Download Nexus and other stuff we need later