Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiklos-ltg committed Aug 21, 2024
1 parent 34b1098 commit b4c6470
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 @@ -27,7 +27,7 @@ RUN mkdir $SERVER_HOME/conf && \
#
# Copy built artifact
#
COPY --chown=jboss:jboss debezium-server-dist/target/debezium-server-dist-2.2.0-SNAPSHOT.tar.gz $DEBEZIUM_ARCHIVE
COPY --chown=jboss:jboss debezium-server-dist/target/debezium-server-dist-2.7.1.Final.tar.gz $DEBEZIUM_ARCHIVE

#
# Verify the contents and then install ...
Expand Down

0 comments on commit b4c6470

Please sign in to comment.