From 6385d0e220b9477cfa3208a84740fa3228f0dedc Mon Sep 17 00:00:00 2001 From: Daniil Nedostup Date: Mon, 7 Oct 2024 21:42:12 +0300 Subject: [PATCH] chore: Update alpine base image to v3.18.9 (#62) --- Dockerfile | 2 +- deploy-templates/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ddf02ee..14802e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.8 +FROM alpine:3.18.9 ENV OPERATOR=/usr/local/bin/gerrit-operator \ USER_UID=1001 \ diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 49a0b95..898d95d 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -27,8 +27,8 @@ annotations: image: epamedp/gerrit-operator:2.21.0 - name: edp-gerrit:3.6.2 image: epamedp/edp-gerrit:3.6.2 - - name: alpine:3.18.6 - image: alpine:3.18.6 + - name: alpine:3.18.9 + image: alpine:3.18.9 artifacthub.io/operatorCapabilities: Full Lifecycle artifacthub.io/crds: | - kind: Gerrit