Skip to content

Commit 430b139

Browse files
DmitriyStoyanovjohnheusinger
authored andcommitted
Bump nexus to 3.39.0 version
1 parent 44a0ec0 commit 430b139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre
99
# https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3
1010

1111
# nexus
12-
ENV NEXUS_VERSION "3.38.1-01"
12+
ENV NEXUS_VERSION "3.39.0-01"
1313
ENV NEXUS_DOWNLOAD_URL "https://download.sonatype.com/nexus/3"
1414
ENV NEXUS_TARBALL_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz"
1515
ENV NEXUS_TARBALL_ASC_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz.asc"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Lin
88

99
* Alpine Linux 3.14
1010
* OpenJDK JRE 8u212
11-
* Nexus Repository Manager OSS 3.38.1 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.38.0---3.38.1-release-notes))
11+
* Nexus Repository Manager OSS 3.39.0 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.39.0-release-notes))
1212

1313
## Running
1414

1515
Running it locally (for the latest tag, check [quay.io/repository/travelaudience/docker-nexus](https://quay.io/repository/travelaudience/docker-nexus?tab=tags):
1616

1717
```shell
18-
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.38.1-01
18+
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.39.0-01
1919
```
2020

2121
## Reasoning

0 commit comments

Comments
 (0)