Skip to content

Commit

Permalink
fix(4.8): update to cc74bbbe43d35d16125e6d83b220e328202da2c1
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Oct 16, 2024
1 parent 00a5d98 commit dc5e8e3
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 @@ -62,7 +62,7 @@ RUN git pull && git checkout $BASE_REVISION \
&& git clean -df

# Build with release version
ARG RELEASE_REVISION=d74db8bbc7acd4d22a58fb531ff75109c6ada882
ARG RELEASE_REVISION=cc74bbbe43d35d16125e6d83b220e328202da2c1
RUN git pull && git checkout $RELEASE_REVISION \
&& mvn clean install -P dist -DskipTests=true \
&& mv gui/midpoint-jar/target/midpoint.jar /build/midpoint.jar \
Expand Down

0 comments on commit dc5e8e3

Please sign in to comment.