Skip to content

Commit

Permalink
Upgrade to 3.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 18, 2024
1 parent 755aea7 commit b603fd3
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.69.0
tag: 3.70.1

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.69.0
ARG NEXUS_VERSION=3.70.1

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.69.0
NEXUS_VERSION ?= 3.70.1

.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.69.0
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.70.1
```

## Documentation
Expand Down

0 comments on commit b603fd3

Please sign in to comment.