Skip to content

Commit

Permalink
Upgrade to 3.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 28, 2024
1 parent 1547532 commit fb3cb22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
include:
- context: .
tag: 3.71.0-java17-ubi
tag: 3.73.0-java17-ubi

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NEXUS_VERSION=3.71.0-java17-ubi
ARG NEXUS_VERSION=3.73.0-java17-ubi

FROM maven:3.9.0 as builder

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXUS_VERSION ?= 3.71.0-java17-ubi
NEXUS_VERSION ?= 3.73.0-java17-ubi

.PHONY: build
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
## Usage

```
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.71.0-java17-ubi
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.73.0-java17-ubi
```

## Documentation

This is Nexus 3 OSS build with full-features community plugins.

**Community repositories** (`3.71+`)
**Community repositories** (`3.73+`)

- WIP

Expand Down

0 comments on commit fb3cb22

Please sign in to comment.