Skip to content

Commit

Permalink
Upgrade Nexus to version 3.21.1-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Schuoler authored and jeff-knurek committed Feb 25, 2020
1 parent c3c3a1d commit 356e504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer [email protected]
ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre

# nexus
ENV NEXUS_VERSION 3.19.1-01
ENV NEXUS_VERSION 3.21.1-01
ENV NEXUS_DOWNLOAD_URL "https://download.sonatype.com/nexus/3"
ENV NEXUS_TARBALL_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz"
ENV NEXUS_TARBALL_ASC_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz.asc"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Lin

* Alpine Linux 3.10
* OpenJDK JRE 8u212
* Nexus Repository Manager OSS 3.19.1 ([release notes](https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.19.0))
* Nexus Repository Manager OSS 3.21.1 ([release notes](https://help.sonatype.com/repomanager3/release-notes/2020-release-notes#id-2020ReleaseNotes-RepositoryManager3.21.1))

0 comments on commit 356e504

Please sign in to comment.