From 3039ebf9bf6419a614220a4a44f70383f1d62b2e Mon Sep 17 00:00:00 2001 From: Anne <102554163+alovew@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:09:05 -0700 Subject: [PATCH] update version (#16605) --- airbyte-cron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-cron/Dockerfile b/airbyte-cron/Dockerfile index 9a60b94e5c28..7c85cb290465 100644 --- a/airbyte-cron/Dockerfile +++ b/airbyte-cron/Dockerfile @@ -2,7 +2,7 @@ ARG JDK_VERSION=19-slim-bullseye ARG JDK_IMAGE=openjdk:${JDK_VERSION} FROM ${JDK_IMAGE} AS cron -ARG VERSION=0.40.3 +ARG VERSION=0.40.4 ENV APPLICATION airbyte-cron ENV VERSION ${VERSION}