diff --git a/helm/chart/ebx-generic/configurations/postgresql-dynamic-provisioning/ebx-init/scripts/Dockerfile b/helm/chart/ebx-generic/configurations/postgresql-dynamic-provisioning/ebx-init/scripts/Dockerfile index 034baf7..59c6e77 100644 --- a/helm/chart/ebx-generic/configurations/postgresql-dynamic-provisioning/ebx-init/scripts/Dockerfile +++ b/helm/chart/ebx-generic/configurations/postgresql-dynamic-provisioning/ebx-init/scripts/Dockerfile @@ -3,7 +3,7 @@ # # Use an official linux image. -FROM alpine:3.14.3 +FROM alpine:3.21.3 # # Install Postgres psql.