Skip to content

Commit 49e314f

Browse files
committed
Upgrade to 3.78.1
1 parent fb3cb22 commit 49e314f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
include:
1313
- context: .
14-
tag: 3.73.0-java17-ubi
14+
tag: 3.78.1-java17-ubi
1515

1616
fail-fast: false
1717

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NEXUS_VERSION=3.73.0-java17-ubi
1+
ARG NEXUS_VERSION=3.78.1-java17-ubi
22

33
FROM maven:3.9.0 as builder
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEXUS_VERSION ?= 3.73.0-java17-ubi
1+
NEXUS_VERSION ?= 3.78.1-java17-ubi
22

33
.PHONY: build
44
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
## Usage
2222

2323
```
24-
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.73.0-java17-ubi
24+
docker run -it --rm -p 8081:8081 -v $(pwd)/data:/nexus-data dockette/nexus:3.78.1-java17-ubi
2525
```
2626

2727
## Documentation
2828

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

31-
**Community repositories** (`3.73+`)
31+
**Community repositories** (`3.78+`)
3232

3333
- WIP
3434

0 commit comments

Comments
 (0)