Skip to content

Commit

Permalink
Update base image: correct pins for transport
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Oct 11, 2023
1 parent 950439d commit 0de67fa
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
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.1-fix-sending-6479293231-a5d94c6
FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.1-fix-sending-6479517347-1648acf
ARG project_name
WORKDIR /home
COPY --from=build /home/gradle/${project_name}/build/docker .

0 comments on commit 0de67fa

Please sign in to comment.