From 750cf9af5bde5cb4f4cf39a304e7fbe3bfe00bf5 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Thu, 23 May 2024 13:51:30 -0700 Subject: [PATCH] update terafoundation_kafka_connector to 0.14.0 (#28) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf04b00..80b3f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN npm init --yes &> /dev/null \ --build \ --no-package-lock \ --no-optional \ - 'terafoundation_kafka_connector@~0.13.0' \ + 'terafoundation_kafka_connector@~0.14.0' \ && npm cache clean --force RUN apk del .build-deps