Skip to content

Commit

Permalink
Upgrade to 3.30.0-01
Browse files Browse the repository at this point in the history
  • Loading branch information
klo2k committed Mar 9, 2021
1 parent df1ffb8 commit e2b534f
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.29.2-02
ARG NEXUS_VERSION=3.30.0-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 e2b534f

Please sign in to comment.