Skip to content

Commit

Permalink
Update base image (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn authored Jan 26, 2024
1 parent 366ff95 commit 52a995f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
#

ARG PULSAR_VERSION
FROM docker.cloudsmith.io/streamnative/staging/pulsar-functions-java-runner:${PULSAR_VERSION}
COPY ../io-amqp1_0-impl/target/*.nar /pulsar/connectors/
FROM streamnative/pulsar-functions-java-runner:${PULSAR_VERSION}
COPY ../io-amqp1_0-impl/target/*.nar /pulsar/connectors/

0 comments on commit 52a995f

Please sign in to comment.