From add15a6588e9d0e55aa8b747e50765e7cf93ff23 Mon Sep 17 00:00:00 2001 From: evantahler Date: Wed, 19 Oct 2022 17:02:04 -0700 Subject: [PATCH] Manually bump proxy docker version tag to current version --- 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}