Skip to content

Commit

Permalink
[TH2-5148] Updated base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Dec 25, 2023
1 parent 4e59184 commit ba1173e
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.2-TH2-5148-7320074494-b0445d4
FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.2-TH2-5148-7321188839-a90b6da
ARG project_name
WORKDIR /home
COPY --from=build /home/gradle/${project_name}/build/docker .

0 comments on commit ba1173e

Please sign in to comment.