Skip to content

Commit

Permalink
Upgrade to 3.28.1-01
Browse files Browse the repository at this point in the history
  • Loading branch information
klo2k committed Oct 24, 2020
1 parent e39f0e1 commit 4e84534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Download, extract Nexus to /tmp/sonatype/nexus
FROM ubuntu:latest as downloader

ARG NEXUS_VERSION=3.28.0-01
ARG NEXUS_VERSION=3.28.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz

ADD "${NEXUS_DOWNLOAD_URL}" "/tmp/nexus.tar.gz"
Expand Down

0 comments on commit 4e84534

Please sign in to comment.