Skip to content

Commit

Permalink
Upgrade to 3.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 21, 2023
1 parent 6d838cb commit 3ebd0c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.58.1
tag: 3.60.0

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.58.1
ARG NEXUS_VERSION=3.60.0

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.58.1
NEXUS_VERSION ?= 3.60.0

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Usage

```
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.58.1
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.60.0
```

## Documentation
Expand Down

0 comments on commit 3ebd0c4

Please sign in to comment.