From f2dd663740d4048bc981dae6411663cfb804b096 Mon Sep 17 00:00:00 2001 From: Jasdeep Hundal Date: Fri, 13 Feb 2026 22:00:34 +0000 Subject: [PATCH] Update init-wait build to newer Alpine release --- init_wait/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_wait/Dockerfile b/init_wait/Dockerfile index 65554320..3be35b88 100644 --- a/init_wait/Dockerfile +++ b/init_wait/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.22.2 +FROM alpine:3.22.3 COPY entrypoint.sh / ENTRYPOINT [ "/entrypoint.sh" ] CMD []