From 27a7878b8e20b0cc492dc2128bbe1c999eb669f9 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Wed, 19 Oct 2022 17:03:21 -0700 Subject: [PATCH] Manually bump proxy docker version tag to current version (#18198) --- airbyte-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-proxy/Dockerfile b/airbyte-proxy/Dockerfile index 419843cdc044..619b4eddf074 100644 --- a/airbyte-proxy/Dockerfile +++ b/airbyte-proxy/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:latest -ARG VERSION=0.40.12 +ARG VERSION=0.40.15 ENV APPLICATION airbyte-proxy ENV VERSION ${VERSION}