diff --git a/Dockerfile b/Dockerfile index 1cd6510..5a6b7e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonatype/nexus3:3.78.1 +FROM sonatype/nexus3:3.78.2 USER root diff --git a/README.md b/README.md index a4b93b4..ddfd022 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ https://github.com/sonatype-nexus-community/nexus-casc-plugin - `docker login` #### Build image -- `docker build -t byndyusoft/nexus3:3.78.1 .` +- `docker build -t byndyusoft/nexus3:3.78.2 .` #### Run image -- `docker run --rm byndyusoft/nexus3:3.78.1` +- `docker run --rm byndyusoft/nexus3:3.78.2` #### Push image -- `docker push byndyusoft/nexus3:3.78.1` +- `docker push byndyusoft/nexus3:3.78.2` #### Docker logout - `docker logout`