Skip to content

Commit

Permalink
update conn-sailfish
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Oct 8, 2023
1 parent c5f44ef commit 99f30a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gradle:7.6-jdk11 AS build
COPY ./ .
RUN gradle --no-daemon clean dockerPrepare

FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.0-dev
FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.0-fix-double-subscribe-6448945047-5bff294
ARG project_name
WORKDIR /home
COPY --from=build /home/gradle/${project_name}/build/docker .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import com.github.jk1.license.render.JsonReportRenderer

plugins {
id 'com.palantir.docker' version '0.25.0' apply false
id 'org.owasp.dependencycheck' version '8.3.1'
id 'org.owasp.dependencycheck' version '8.4.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false
id 'com.github.jk1.dependency-license-report' version '2.5' apply false
id 'de.undercouch.download' version '5.4.0' apply false
id 'de.undercouch.download' version '5.5.0' apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sf_service_name = unknown-service
release_version = 4.0.1
release_version = 4.0.2

0 comments on commit 99f30a8

Please sign in to comment.