Skip to content

Commit

Permalink
Update IQ Server to 1.180.0-01.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Aug 8, 2024
1 parent cde6280 commit 78e1970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2

# Build parameters
ARG IQ_SERVER_VERSION=1.179.0-01
ARG IQ_SERVER_SHA256=dbd42966ec944ffb13135392e64b5b240fe178951c54842076e2d76f8ce6c8a1
ARG IQ_SERVER_VERSION=1.180.0-01
ARG IQ_SERVER_SHA256=758cb09937278b4223433c4ff3d4aa5b959114f64c2dc1e242159c0e8d999b4e
ARG TEMP="/tmp/work"
ARG IQ_HOME="/opt/sonatype/nexus-iq-server"
ARG SONATYPE_WORK="/sonatype-work"
Expand All @@ -33,7 +33,7 @@ LABEL name="Nexus IQ Server image" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="${IQ_SERVER_VERSION}" \
release="1.179.0" \
release="1.180.0" \
url="https://www.sonatype.com" \
summary="The Nexus IQ Server" \
description="Nexus IQ Server is a policy engine powered by precise intelligence on open source components. \
Expand Down

0 comments on commit 78e1970

Please sign in to comment.