Merge pull request #315 from docker/fix_cve_guava

Fix cve guava
This commit is contained in:
Djordje Lukic 2020-07-01 15:59:32 +02:00 committed by GitHub
commit c9449dbf83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,6 @@ ENV PATH $PATH:/usr/local/go/bin
COPY dispatcher.go .
RUN go build dispatcher.go
RUN apt-get install curl && apt-get install dnsutils -y
EXPOSE 80
CMD ["/dispatcher"]

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>