From 4e29bfcac5c6a351e2aec1d899d707dc2aec3dce Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 1 Sep 2022 13:22:13 +0300 Subject: [PATCH] updated base image to alpine:3.16 --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71ce820dccb..2f547660799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN --mount=target=. \ GIT_TAG=${GIT_TAG} \ make COMPOSE_BINARY=/out/docker-compose -f builder.Makefile compose-plugin -FROM alpine:3.15.4 AS compose-plugin +FROM alpine:3.16 AS compose-plugin WORKDIR /root COPY --from=make-compose-plugin /out/* /usr/local/bin/ diff --git a/service.yaml b/service.yaml index de63d42d57c..d86f0ce503f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.2.6 +version: 1.2.7